Searched refs:linuxaudiodev (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_linuxaudiodev.py | 11 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/ |
D | undoc.rst | 51 :mod:`linuxaudiodev`
|
D | ossaudiodev.rst | 91 older :mod:`linuxaudiodev` module which :mod:`ossaudiodev` supersedes.
|
/external/python/cpython2/Modules/ |
D | Setup.dist | 309 #linuxaudiodev linuxaudiodev.c
|
/external/python/cpython3/Doc/library/ |
D | ossaudiodev.rst | 93 older :mod:`linuxaudiodev` module which :mod:`ossaudiodev` supersedes.
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6b1.rst | 854 The linuxaudiodev module has been deprecated for removal in Python 3.0.
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.0.rst | 1098 * :mod:`linuxaudiodev`: Support for the :file:`/dev/audio` device on Linux, a
|
D | 2.3.rst | 1394 * The old and never-documented :mod:`linuxaudiodev` module has been deprecated,
|
D | 2.6.rst | 2936 :mod:`linuxaudiodev`,
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.0.rst | 1098 * :mod:`linuxaudiodev`: Support for the :file:`/dev/audio` device on Linux, a
|
D | 2.3.rst | 1394 * The old and never-documented :mod:`linuxaudiodev` module has been deprecated,
|
D | 2.6.rst | 2940 :mod:`linuxaudiodev`,
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1912 linuxaudiodev Lunix /dev/audio support.
|
D | HISTORY | 5387 - 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/ |
D | HISTORY | 17331 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.
|