Add notes about the linuxaudiodev and ossaudiodev modules.
authorFred Drake <fdrake@acm.org>
Wed, 8 Jan 2003 07:21:53 +0000 (07:21 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 8 Jan 2003 07:21:53 +0000 (07:21 +0000)
Doc/lib/libundoc.tex

index 71496d2ffc4c3e59842499d20a457d327a50caba..7a20ec217ca5a9bf61fe0876939941971fff0d22 100644 (file)
@@ -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}