00001
00024 #ifndef _PAWRAPPER_H
00025 #define _PAWRAPPER_H
00026
00027 #include "../../thirdparty/portaudio/pa_common/portaudio.h"
00028
00030
00031 #ifdef DEBUG_AUDIO
00032 # define log_audio log
00033 #else
00034 # define log_audio _logfoo
00035 #endif
00036
00037
00038 #ifdef _WIN32_WCE
00039 # define Fixed_Pa_GetDefaultInputDeviceID() 1
00040 #else
00041
00042 # define Fixed_Pa_GetDefaultInputDeviceID() Pa_GetDefaultInputDeviceID()
00043 #endif
00044
00046 #define PA_SAMPLE_TYPE paInt16
00047
00048 typedef short SAMPLE;
00049
00051 #define SAMPLING_RATE 22050
00052
00053 #endif // _PAWRAPPER_H