audiodev
index
/usr/local/lib/python2.3/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 other attributes defined here:
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)
class
error
(
exceptions.Exception
)
Methods inherited from
exceptions.Exception
:
__getitem__
(...)
__init__
(...)
__str__
(...)
Functions
AudioDev
()
test
(fn
=None
)
Data
__all__
= ['error', 'AudioDev']