This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: linuxaudiodev not documented
Type: enhancement Stage:
Components: Documentation Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: fdrake Nosy List: afayolle, brett.cannon, fdrake, nnorwitz
Priority: normal Keywords:

Created on 2002-09-17 07:31 by afayolle, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (5)
msg12414 - (view) Author: Alexandre Fayolle (afayolle) Date: 2002-09-17 07:31
Hi,

I've just discovered that there is a linuxaudiodev
module in python, which is not mentioned in the
standard library documentation. 

While it looks a lot like sunaudiodev, which is
documented, the sunaudiodev docs cannot be used
directly because both modules don't share the same
interfaces. For instance open() does not accept the
same parameters, and the audio device objects don't
have the same methods. 

Having some docstrings in the linuxaudiodev module
could help a lot.

Cheers,

Alexandre
msg12415 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-09-17 14:05
Logged In: YES 
user_id=3066

There's also an "audiodev" module, which masks the
differences between the SGI interface (the "al" and "AL"
modules) and the Solaris interface ("sunaudiodev"). 
Probably the right thing would be for someone who
understands the linuxaudiodev interface to extend the
"audiodev" module to support Linux as well, and then we
could document the audiodev interface instead, and treat the
others as implementation details.

But I know almost nothing about audio beyond how to stick a
CD in a CD player.  Contributions are welcome.
msg12416 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-01-08 01:02
Logged In: YES 
user_id=33168

Note:  linuxaudiodev has been deprecated.  ossaudiodev is
the module which should be documented.
msg12417 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2003-05-21 05:56
Logged In: YES 
user_id=357491

Should we close this since linuxaudiodev has been deprecated?
msg12418 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2003-07-16 19:38
Logged In: YES 
user_id=3066

linuxaudiodev is deprecated and ossaudiodev has been
documented; closing this report as "Won't Fix".
History
Date User Action Args
2022-04-10 16:05:41adminsetgithub: 37185
2002-09-17 07:31:31afayollecreate