diff options
Diffstat (limited to 'development/portaudio/README')
-rw-r--r-- | development/portaudio/README | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/development/portaudio/README b/development/portaudio/README index 7c5c15c44f73b..ccd250fc15032 100644 --- a/development/portaudio/README +++ b/development/portaudio/README @@ -1,2 +1,7 @@ -PortAudio is a portable API for audio I/O. It allows people writing audio -programs to easily access the audio devices. +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 |