audiodev
index
/usr/lib/python2.1/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
__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)
class
Play_Audio_sun
__del__
(self)
__init__
(self)
getfillable
(self)
getfilled
(self)
setnchannels
(self, nchannels)
setoutrate
(self, rate)
setsampwidth
(self, width)
stop
(self)
wait
(self)
writeframes
(self, data)
class
error
(
exceptions.Exception
)
__getitem__
(...)
from
exceptions.Exception
__init__
(...)
from
exceptions.Exception
__str__
(...)
from
exceptions.Exception
Functions
AudioDev
()
test
(fn
=None
)
Data
__all__
= ['error', 'AudioDev']
__file__
= '/usr/lib/python2.1/audiodev.pyc'
__name__
= 'audiodev'