Home
last modified time | relevance | path

Searched refs:linuxaudiodev (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_linuxaudiodev.py11 linuxaudiodev = test_support.import_module('linuxaudiodev', deprecated=True) variable
19 self.dev = linuxaudiodev.open('w')
47 fmt = linuxaudiodev.AFMT_S16_LE
49 fmt = linuxaudiodev.AFMT_S16_BE
58 fmt = linuxaudiodev.AFMT_U8
78 self.dev.setparameters(rate, size, nchannels, linuxaudiodev.AFMT_U16_LE)
90 dsp = linuxaudiodev.open('w')
91 except linuxaudiodev.error, msg:
/external/python/cpython2/Doc/library/
Dundoc.rst51 :mod:`linuxaudiodev`
Dossaudiodev.rst91 older :mod:`linuxaudiodev` module which :mod:`ossaudiodev` supersedes.
/external/python/cpython2/Modules/
DSetup.dist309 #linuxaudiodev linuxaudiodev.c
/external/python/cpython2/Doc/whatsnew/
D2.0.rst1098 * :mod:`linuxaudiodev`: Support for the :file:`/dev/audio` device on Linux, a
D2.3.rst1394 * The old and never-documented :mod:`linuxaudiodev` module has been deprecated,
D2.6.rst2936 :mod:`linuxaudiodev`,
/external/python/cpython2/Misc/
Dcheatsheet1912 linuxaudiodev Lunix /dev/audio support.
DHISTORY5387 - The linuxaudiodev module is now deprecated; it is being replaced by
7626 - Hopefully fixed a buffering problem in linuxaudiodev.
8457 - There were many changes made to the linuxaudiodev module and its
9404 linuxaudiodev - audio for Linux.
DNEWS9922 - The linuxaudiodev module has been deprecated for removal in Python