Added a simple example that records to/plays from a file (using callback + ring buffer). Windows only at the moment.

This commit is contained in:
robiwan 2012-07-09 09:53:23 +00:00
commit 94b08c88bf
2 changed files with 453 additions and 0 deletions

View file

@ -17,6 +17,7 @@ ADD_EXAMPLE(paex_ocean_shore)
ADD_EXAMPLE(paex_pink)
ADD_EXAMPLE(paex_read_write_wire)
ADD_EXAMPLE(paex_record)
ADD_EXAMPLE(paex_record_file)
ADD_EXAMPLE(paex_saw)
ADD_EXAMPLE(paex_sine)
ADD_EXAMPLE_CPP(paex_sine_c++)