]> granicus.if.org Git - python/commit
Added mode 'rw' for full-duplex (play and record at the same time) mode.
authorGreg Ward <gward@python.net>
Sat, 30 Nov 2002 23:05:26 +0000 (23:05 +0000)
committerGreg Ward <gward@python.net>
Sat, 30 Nov 2002 23:05:26 +0000 (23:05 +0000)
commit1e0f57d0bbfcae57de3c9e8c50257fd5322c9c06
treeffa62e42dedcfe500e18274368eb09efd8a7e2a5
parent131bce035a5d5f726bf226f5325fed08cc50215c
Added mode 'rw' for full-duplex (play and record at the same time) mode.

Added _EXPORT_INT macro to export an integer constant to Python-space.
Use it for all the AFMT_* constants, and update the list of AFMT_*
constants to match what's in Linux 2.4: add AFMT_{QUERY,IMA_ADPCM,
MPEG,AC3}.  This should probably be tested with older versions of OSS,
eg. with Linux 2.2 and 2.0.

Export all SNDCTL_* ioctl numbers (where "all" is the set found in
/usr/include/linux/soundcard.h on my Debian 3.0 system -- again
Linux 2.4).  Again needs to be tested with older OSS versions.
Modules/ossaudiodev.c