Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Data Structures | |
class | error |
class | Play_Audio_sgi |
class | Play_Audio_sun |
Functions | |
def | initclass |
def | __init__ |
if 0: access outrate, sampwidth, nchannels, inited_outrate, inited_width, \ inited_nchannels, converter: private More... | |
def | __del__ |
def | wait |
def | stop |
def | setoutrate |
def | setsampwidth |
def | setnchannels |
def | writeframes |
def | getfilled |
def | getfillable |
def | ulaw2lin |
if 0: access *: private More... | |
def | AudioDev |
Nobody remembers what this method does, and it's broken.More... | |
def | test |
Variables | |
list | __all__ = ["error","AudioDev"] |
int | classinited = 0 |
if 0: access frameratelist, nchannelslist, sampwidthlist, oldparams, \ params, config, inited_outrate, inited_width, \ inited_nchannels, port, converter, classinited: private More... | |
frameratelist = None | |
nchannelslist | |
sampwidthlist | |
oldparams | |
params | |
config | |
inited_outrate | |
inited_width | |
inited_nchannels | |
converter | |
port | |
outrate | |
sampwidth | |
nchannels | |
o_encoding | |
Classes for manipulating audio devices (currently only for Sun and SGI)
def __del__ | ( | self) |
Definition at line 54 of file audiodev.py.
def __init__ | ( | self) |
if 0: access outrate, sampwidth, nchannels, inited_outrate, inited_width, \ inited_nchannels, converter: private
Definition at line 40 of file audiodev.py.
def audiodev.AudioDev | ( | ) |
:-( def getfillable(self): return BUFFERSIZE - self.getfilled()
Definition at line 217 of file audiodev.py.
def audiodev.getfillable | ( | self) |
Definition at line 131 of file audiodev.py.
def getfilled | ( | self) |
Definition at line 125 of file audiodev.py.
def audiodev.initclass | ( | self) |
Definition at line 17 of file audiodev.py.
def setnchannels | ( | self, | |
nchannels | |||
) |
Definition at line 103 of file audiodev.py.
def setoutrate | ( | self, | |
rate | |||
) |
Definition at line 79 of file audiodev.py.
def setsampwidth | ( | self, | |
width | |||
) |
Definition at line 88 of file audiodev.py.
def stop | ( | self) |
Definition at line 70 of file audiodev.py.
def audiodev.test | ( | fn = None ) |
def audiodev.ulaw2lin | ( | self, | |
data | |||
) |
if 0: access *: private
Definition at line 140 of file audiodev.py.
def wait | ( | self) |
Definition at line 62 of file audiodev.py.
def writeframes | ( | self, | |
data | |||
) |
Definition at line 112 of file audiodev.py.
list __all__ = ["error","AudioDev"] |
Definition at line 3 of file audiodev.py.
classinited = 0 |
if 0: access frameratelist, nchannelslist, sampwidthlist, oldparams, \ params, config, inited_outrate, inited_width, \ inited_nchannels, port, converter, classinited: private
Definition at line 14 of file audiodev.py.
config |
Definition at line 46 of file audiodev.py.
converter |
Definition at line 50 of file audiodev.py.
frameratelist = None |
Definition at line 15 of file audiodev.py.
inited_nchannels |
Definition at line 49 of file audiodev.py.
inited_outrate |
Definition at line 47 of file audiodev.py.
inited_width |
Definition at line 48 of file audiodev.py.
nchannels |
Definition at line 151 of file audiodev.py.
nchannelslist |
Definition at line 28 of file audiodev.py.
o_encoding |
Definition at line 185 of file audiodev.py.
oldparams |
Definition at line 44 of file audiodev.py.
outrate |
Definition at line 149 of file audiodev.py.
params |
Definition at line 45 of file audiodev.py.
port |
Definition at line 51 of file audiodev.py.
sampwidth |
Definition at line 150 of file audiodev.py.
sampwidthlist |
Definition at line 33 of file audiodev.py.