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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 6 import aifc namespace
21 except (aifc.Error, AttributeError):
30 #This file contains chunk types aifc doesn't recognize.
31 self.f = aifc.open(self.sndfilepath)
34 f = self.f = aifc.open(self.sndfilepath)
44 f = self.f = aifc.open(self.sndfilepath)
60 f = self.f = aifc.open(self.sndfilepath)
61 fout = self.fout = aifc.open(TESTFN, 'wb')
62 fout.aifc()
67 fout = self.fout = aifc.open(TESTFN, 'rb'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 6 import aifc namespace
21 except (aifc.Error, AttributeError):
30 #This file contains chunk types aifc doesn't recognize.
31 self.f = aifc.open(self.sndfilepath)
34 f = self.f = aifc.open(self.sndfilepath)
44 f = self.f = aifc.open(self.sndfilepath)
60 f = self.f = aifc.open(self.sndfilepath)
61 fout = self.fout = aifc.open(TESTFN, 'wb')
62 fout.aifc()
67 fout = self.fout = aifc.open(TESTFN, 'rb'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sndhdr.py 59 import aifc namespace
62 if h[8:12] == 'AIFC':
63 fmt = 'aifc'
70 a = aifc.openfp(f, 'r')
71 except (EOFError, aifc.Error):
audiodev.py 244 import aifc namespace
245 af = aifc.open(fn, 'r')
aifc.py 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): member in class:Aifc_write
859 self._file.write('AIFC')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sndhdr.py 59 import aifc namespace
62 if h[8:12] == 'AIFC':
63 fmt = 'aifc'
70 a = aifc.openfp(f, 'r')
71 except (EOFError, aifc.Error):
audiodev.py 244 import aifc namespace
245 af = aifc.open(fn, 'r')
aifc.py 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): member in class:Aifc_write
859 self._file.write('AIFC')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
Audio_mac.py 105 import aifc namespace
109 af = aifc.open(fn, 'r')

Completed in 480 milliseconds