Searched refs:sunaudiodev (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_sunaudiodev.py | 3 sunaudiodev = import_module('sunaudiodev', deprecated=True) variable 19 a = sunaudiodev.open('w') 20 except sunaudiodev.error, msg:
|
/external/python/cpython2/Doc/library/ |
D | sunaudio.rst | 2 :mod:`sunaudiodev` --- Access to Sun audio hardware 5 .. module:: sunaudiodev 11 The :mod:`sunaudiodev` module has been removed in Python 3. 147 :mod:`SUNAUDIODEV` --- Constants used with :mod:`sunaudiodev` 152 :synopsis: Constants for use with sunaudiodev. 160 .. index:: module: sunaudiodev 162 This is a companion module to :mod:`sunaudiodev` which defines useful symbolic
|
D | audioop.rst | 12 :mod:`al` and :mod:`sunaudiodev` modules. All scalar items are integers, unless
|
/external/python/cpython2/Lib/ |
D | audiodev.py | 181 import sunaudiodev, SUNAUDIODEV 182 self.port = sunaudiodev.open('w') 226 import sunaudiodev
|
/external/python/cpython2/Tools/audiopy/ |
D | audiopy | 51 import sunaudiodev 290 except sunaudiodev.error: 312 except sunaudiodev.error, msg: 414 device = sunaudiodev.open('control') 499 except sunaudiodev.error, (code, msg):
|
D | README | 15 sunaudiodev module enabled. It is not enabled by default however! 17 sunaudiodev module spec line and rebuild Python.
|
/external/python/cpython2/Modules/ |
D | Setup.dist | 303 #sunaudiodev sunaudiodev.c
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6b1.rst | 567 The sunaudiodev and SUNAUDIODEV modules have been deprecated for removal in
|
/external/python/cpython2/PC/os2vacpp/ |
D | makefile.omk | 790 sunaudiodev.obj: abstract.h c:\mptn\include\sys\ioctl.h ceval.h \
|
D | makefile | 1089 sunaudiodev.obj: $(PY_INCLUDE)\abstract.h $(OS2TCPIP)\Include\sys\ioctl.h $(PY_INCLUDE)\ceval.h \
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.0.rst | 1099 twin to the existing :mod:`sunaudiodev` module. (Contributed by Peter Bosch,
|
D | 2.6.rst | 2947 :mod:`sunaudiodev`,
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.0.rst | 1099 twin to the existing :mod:`sunaudiodev` module. (Contributed by Peter Bosch,
|
D | 2.6.rst | 2943 :mod:`sunaudiodev`,
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 2092 sunaudiodev Access to sun audio interface
|
D | HISTORY | 11060 - sunaudiodev.c: Barry Warsaw added more smarts to get the device and 16335 * Objects created by module sunaudiodev now also support flush() and 16894 sunaudiodev: interface to sun's /dev/audio (dynamic only, sun only)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 17332 stringold, strop, sunaudiodev, timing, xmllib. 28439 - sunaudiodev.c: Barry Warsaw added more smarts to get the device and 33714 * Objects created by module sunaudiodev now also support flush() and 34273 sunaudiodev: interface to sun's /dev/audio (dynamic only, sun only)
|