philburk
b9d82e4d34
Report HostAPI errors in paex_write_sine.c to aid debugging.
2012-09-01 19:37:10 +00:00
robiwan
5a9c79405d
Cleanup of code
2012-07-10 08:25:18 +00:00
robiwan
a889a60546
Added typedef to remove error with _beginthreadex
2012-07-10 08:16:48 +00:00
robiwan
82556314f6
Cleanup of code
2012-07-10 04:44:58 +00:00
robiwan
4669893212
Small fix to paex_record_file.c
2012-07-09 11:28:57 +00:00
robiwan
94b08c88bf
Added a simple example that records to/plays from a file (using callback + ring buffer). Windows only at the moment.
2012-07-09 09:53:23 +00:00
robiwan
3e9e7dd334
Forgot error check after Pa_OpenStream. Naughty.
2012-06-19 20:08:03 +00:00
robiwan
9f48ec4609
Added C++ variant of paex_sine
2012-06-19 20:03:33 +00:00
robiwan
f5bb9cfec0
Added support for displaying UTF-8 encoded device names
2012-02-22 12:44:10 +00:00
robiwan
6803965617
General:
...
- 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
2012-02-22 12:20:26 +00:00
philburk
7a78469780
Fix compiler warnings on Mac.
2011-09-08 06:09:29 +00:00
rossb
4fd99433f3
added Doxyfile.developer for generating internal docs. added doxygen brief descriptions to mme example files
2011-09-08 04:17:58 +00:00
philburk
57dd0b608f
moved example programs from test folder to examples folder
2011-09-08 03:21:55 +00:00
philburk
4b7c5a1241
Experiment with moving example code into its own folder.
...
Note that this revision needs to have autoreconf run.
I tried to do that on Mac but it failed. So I will try on Linux.
2011-09-07 23:54:04 +00:00