diff options
author | Giuseppe Scalzi <giuseppe@osgate.org> | 2011-10-28 22:55:48 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-28 22:55:48 -0200 |
commit | 116e90b41825a35e62fe5475cde8383e5c8aa074 (patch) | |
tree | 1bf00d8f52993f50216478c6d1b96516ec654f39 /python/PyAudio/README | |
parent | e77c15859798c9b9dd4770f07df154dfed1948c9 (diff) | |
download | slackbuilds-116e90b41825a35e62fe5475cde8383e5c8aa074.tar.gz |
python/PyAudio: Added (PortAudio Python Bindings)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'python/PyAudio/README')
-rw-r--r-- | python/PyAudio/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/PyAudio/README b/python/PyAudio/README new file mode 100644 index 0000000000..7274a3ca54 --- /dev/null +++ b/python/PyAudio/README @@ -0,0 +1,6 @@ +PyAudio provides Python bindings for PortAudio, +the cross-platform audio I/O library. +With PyAudio, you can easily use Python to +play and record audio on a variety of platforms. + +Requires portaudio |