Home
last modified time | relevance | path

Searched refs:linuxaudiodev (Results 1 – 15 of 15) 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/cpython3/Doc/library/
Dossaudiodev.rst93 older :mod:`linuxaudiodev` module which :mod:`ossaudiodev` supersedes.
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst854 The linuxaudiodev module has been deprecated for removal in Python 3.0.
/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/cpython3/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.rst2940 :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.
/external/python/cpython3/Misc/
DHISTORY17331 linuxaudiodev, md5, MimeWriter, mimify, popen2, rexec, sets, sha,
22771 - The linuxaudiodev module is now deprecated; it is being replaced by
25005 - Hopefully fixed a buffering problem in linuxaudiodev.
25836 - There were many changes made to the linuxaudiodev module and its
26783 linuxaudiodev - audio for Linux.