audiodev
index
/usr/lib/python2.2/audiodev.py
Classes for manipulating audio devices (currently only for Sun and SGI)
Classes
exceptions.Exception
error
Play_Audio_sgi
Play_Audio_sun
class
Play_Audio_sgi
Methods defined here:
__del__
(self)
__init__
(self)
getfillable
(self)
getfilled
(self)
initclass
(self)
setnchannels
(self, nchannels)
setoutrate
(self, rate)
setsampwidth
(self, width)
stop
(self)
ulaw2lin
(self, data)
wait
(self)
writeframes
(self, data)
Data and non-method functions defined here:
__doc__
= None
__module__
= 'audiodev'
classinited
= 0
frameratelist
= None
nchannelslist
= None
sampwidthlist
= None
class
Play_Audio_sun
Methods defined here:
__del__
(self)
__init__
(self)
getfilled
(self)
setnchannels
(self, nchannels)
setoutrate
(self, rate)
setsampwidth
(self, width)
stop
(self)
wait
(self)
writeframes
(self, data)
Data and non-method functions defined here:
__doc__
= None
__module__
= 'audiodev'
class
error
(
exceptions.Exception
)
Data and non-method functions defined here:
__doc__
= None
__module__
= 'audiodev'
Methods inherited from
exceptions.Exception
:
__getitem__
(...)
__init__
(...)
__str__
(...)
Functions
AudioDev
()
test
(fn
=None
)
Data
__all__
= ['error', 'AudioDev']
__file__
= '/usr/lib/python2.2/audiodev.pyc'
__name__
= 'audiodev'