HomeSort by relevance Sort by last modified time
    Searched refs:AIFF (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 1 """Stuff to parse AIFF-C and AIFF files.
4 both for AIFF-C files and AIFF files.
6 An AIFF-C file has the following structure.
21 An AIFF file has the string "AIFF" instead of "AIFC".
30 <version number of AIFF-C defining document> (AIFF-C only).
43 in AIFF-C files only
601 def aiff(self): member in class:Aifc_write
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 1 """Stuff to parse AIFF-C and AIFF files.
4 both for AIFF-C files and AIFF files.
6 An AIFF-C file has the following structure.
21 An AIFF file has the string "AIFF" instead of "AIFC".
30 <version number of AIFF-C defining document> (AIFF-C only).
43 in AIFF-C files only
601 def aiff(self): member in class:Aifc_write
    [all...]

Completed in 131 milliseconds