Home
last modified time | relevance | path

Searched refs:sunaudiodev (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_sunaudiodev.py3 sunaudiodev = import_module('sunaudiodev', deprecated=True) variable
19 a = sunaudiodev.open('w')
20 except sunaudiodev.error, msg:
/external/python/cpython2/Doc/library/
Dsunaudio.rst2 :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
Daudioop.rst12 :mod:`al` and :mod:`sunaudiodev` modules. All scalar items are integers, unless
/external/python/cpython2/Lib/
Daudiodev.py181 import sunaudiodev, SUNAUDIODEV
182 self.port = sunaudiodev.open('w')
226 import sunaudiodev
/external/python/cpython2/Tools/audiopy/
Daudiopy51 import sunaudiodev
290 except sunaudiodev.error:
312 except sunaudiodev.error, msg:
414 device = sunaudiodev.open('control')
499 except sunaudiodev.error, (code, msg):
DREADME15 sunaudiodev module enabled. It is not enabled by default however!
17 sunaudiodev module spec line and rebuild Python.
/external/python/cpython2/Modules/
DSetup.dist303 #sunaudiodev sunaudiodev.c
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk790 sunaudiodev.obj: abstract.h c:\mptn\include\sys\ioctl.h ceval.h \
Dmakefile1089 sunaudiodev.obj: $(PY_INCLUDE)\abstract.h $(OS2TCPIP)\Include\sys\ioctl.h $(PY_INCLUDE)\ceval.h \
/external/python/cpython2/Doc/whatsnew/
D2.0.rst1099 twin to the existing :mod:`sunaudiodev` module. (Contributed by Peter Bosch,
D2.6.rst2943 :mod:`sunaudiodev`,
/external/python/cpython2/Misc/
Dcheatsheet2092 sunaudiodev Access to sun audio interface
DHISTORY11060 - 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)
DNEWS9834 - The sunaudiodev and SUNAUDIODEV modules have been deprecated for