- Change of CMake options to utilize built in header configuration support (PA_USE_*)
- Added CMakeLists.txt for examples
- Added paex_ocean_shore.c as an example how to use PA ring buffer for lock-free communication with the audio callback
WDM-KS:
- Added better default sample rate support
- Made sure that all pins now have a name, even if only "Input" or "Output"
- IsUSBDevice fixed acc. to Alex Lessard's suggestion
- IsNameUSBAudioDevice fixed similarly
This commit is contained in:
robiwan 2012-02-22 12:20:26 +00:00
commit 6803965617
5 changed files with 753 additions and 141 deletions

View file

@ -21,11 +21,11 @@
#error "This header needs to be included before pa_hostapi.h!!"
#endif
#define PA_USE_ASIO @PA_ENABLE_ASIO@
#define PA_USE_DS @PA_ENABLE_DSOUND@
#define PA_USE_WMME @PA_ENABLE_WMME@
#define PA_USE_WASAPI @PA_ENABLE_WASAPI@
#define PA_USE_WDMKS @PA_ENABLE_WDMKS@
#cmakedefine01 PA_USE_ASIO
#cmakedefine01 PA_USE_DS
#cmakedefine01 PA_USE_WMME
#cmakedefine01 PA_USE_WASAPI
#cmakedefine01 PA_USE_WDMKS
#else
#error "Platform currently not supported by CMake script"
#endif