Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Data Structures | |
class | error |
Functions | |
def | get_long_be |
def | gethdr |
def | printhdr |
Variables | |
string | MAGIC = '.snd' |
Interpret sun audio headers.
def sunaudio.get_long_be | ( | s) |
def sunaudio.gethdr | ( | fp) |
Read a sound header from an open file.
Definition at line 14 of file sunaudio.py.
References get_long_be().
def sunaudio.printhdr | ( | file) |
Read and print the sound header of a named file.
Definition at line 33 of file sunaudio.py.
References gethdr(), and aifc.open().
string MAGIC = '.snd' |
Definition at line 3 of file sunaudio.py.