Lines Matching full:aifc
13 | | AIFC |
21 An AIFF file has the string "AIFF" instead of "AIFC".
57 f = aifc.open(file, 'r')
90 f = aifc.open(file, 'w')
97 aifc() -- create an AIFF-C file
133 changed by calling aiff() or aifc() before the first writeframes or
304 elif formdata == 'AIFC':
553 # set through the aifc() method, reset through the
606 def aifc(self):
859 self._file.write('AIFC')