diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-11-05 00:30:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-05 00:45:20 +0700 |
commit | 1b8f1b45f0cc219a58134a166bce172da789d54b (patch) | |
tree | 7c8781f19b6b419cd375bdd3022f5e29dc2f573e /development/portaudio/README | |
parent | 4fecfb38f80b6b9ed817cc73f60f0b21b7048160 (diff) |
development/portaudio: Updated for version v19_20140130.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |