- First version of ReactOS Sound Record Application by Marco Pagliaricci (IRC: rendar)
[reactos.git] / reactos / base / applications / sndrec32 / audio_receiver.cpp
1 /*
2 * PROJECT: ReactOS Sound Record Application
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/applications/sndrec32/audio_producer.cpp
5 * PURPOSE: Audio Format
6 * PROGRAMMERS: Marco Pagliaricci <ms_blue (at) hotmail (dot) it>
7 */
8
9 #include "stdafx.h"
10 #include "audio_receiver.hpp"
11
12
13
14
15 _AUDIO_NAMESPACE_START_
16
17 _AUDIO_NAMESPACE_END_