gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

exploring.dox (721B)


      1 /** @page exploring Exploring PortAudio
      2 @ingroup tutorial
      3 
      4 Now that you have a good idea of how PortAudio works, you can try out the example programs. You'll find them in the examples/ directory in the PortAudio distribution.
      5 
      6 For an example of playing a sine wave, see examples/paex_sine.c. 
      7 
      8 For an example of recording and playing back a sound, see  examples/paex_record.c. 
      9 
     10 I also encourage you to examine the source for the PortAudio libraries. If you have suggestions on ways to improve them, please let us know. If you want to implement PortAudio on a new platform, please let us know as well so we can coordinate people's efforts.
     11 
     12 
     13 Previous: \ref blocking_read_write | Next: This is the end of the tutorial.
     14 
     15 */