Kaydet (Commit) 326c72a8 authored tarafından Fred Drake's avatar Fred Drake

Add notes about the linuxaudiodev and ossaudiodev modules.

üst 7511bd95
...@@ -61,12 +61,20 @@ OS/2 platforms. ...@@ -61,12 +61,20 @@ OS/2 platforms.
\item[\module{audiodev}] \item[\module{audiodev}]
--- Platform-independent API for playing audio data. --- 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}] \item[\module{sunaudio}]
--- Interpret Sun audio headers (may become obsolete or a tool/demo). --- Interpret Sun audio headers (may become obsolete or a tool/demo).
\item[\module{toaiff}] \item[\module{toaiff}]
--- Convert "arbitrary" sound files to AIFF files; should probably --- Convert "arbitrary" sound files to AIFF files; should probably
become a tool or demo. Requires the external program \program{sox}. 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} \end{description}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment