diff options
author | Fred Drake <fdrake@acm.org> | 2003-01-08 07:21:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-01-08 07:21:53 (GMT) |
commit | 326c72a839db912c4010f526b99f48f254c4d532 (patch) | |
tree | e235f2df31d7947541883c60046892ced7fe7093 /Doc | |
parent | 7511bd957d40b44442eb1dddc95e8c3b0b787eab (diff) | |
download | cpython-326c72a839db912c4010f526b99f48f254c4d532.zip cpython-326c72a839db912c4010f526b99f48f254c4d532.tar.gz cpython-326c72a839db912c4010f526b99f48f254c4d532.tar.bz2 |
Add notes about the linuxaudiodev and ossaudiodev modules.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libundoc.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 71496d2..7a20ec2 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -61,12 +61,20 @@ OS/2 platforms. \item[\module{audiodev}] --- Platform-independent API for playing audio data. +\item[\module{linuxaudiodev}] +--- Play audio data on the Linux audio device. Replaced in Python 2.3 +by the \module{ossaudiodev} module. + \item[\module{sunaudio}] --- Interpret Sun audio headers (may become obsolete or a tool/demo). \item[\module{toaiff}] --- Convert "arbitrary" sound files to AIFF files; should probably become a tool or demo. Requires the external program \program{sox}. + +\item[\module{ossaudiodev}] +--- Play audio data via the Open Sound System API. This is usable on +Linux, some flavors of BSD, and some commercial \UNIX{} platforms. \end{description} |