mirror of https://github.com/python/cpython.git
Mention ossaudiodev.
This commit is contained in:
parent
61cdac6d3d
commit
6c58d4643a
|
@ -549,6 +549,11 @@ Extension modules
|
||||||
letter 'r', 'w' or 'a', otherwise a ValueError is raised. This fixes
|
letter 'r', 'w' or 'a', otherwise a ValueError is raised. This fixes
|
||||||
bug #623464.
|
bug #623464.
|
||||||
|
|
||||||
|
- The linuxaudiodev module is now deprecated; it is being replaced by
|
||||||
|
ossaudiodev. The interface has been extended to cover a lot more of
|
||||||
|
OSS (see www.opensound.com), including most DSP ioctls and the
|
||||||
|
OSS mixer API. Documentation forthcoming in 2.3a2.
|
||||||
|
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue