blob: ccd250fc15032c01b81aefc3afe802c10e1cc7af (
plain)
1
2
3
4
5
6
7
|
PortAudio provides a very simple API for recording and/or playing
sound using a simple callback function or a blocking read/write
interface. Example programs are included that play sine waves,
process audio input (guitar fuzz), record and playback audio, list
available audio devices, etc.
Optional dependencies: jack-audio-connection-kit
|