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:
parent
ee7fa396e1
commit
94b08c88bf
2 changed files with 453 additions and 0 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Reference in a new issue