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

1 2

  /external/python/cpython2/Lib/test/
test_aifc.py 9 import aifc
14 module = aifc
106 sndfilename = 'pluck-ulaw.aifc'
129 #This file contains chunk types aifc doesn't recognize.
130 self.f = aifc.open(findfile('Sine-1000Hz-300ms.aif'))
133 fout = aifc.open(io.BytesIO(), 'wb')
142 fout = self.fout = aifc.open(TESTFN, 'wb')
149 f = self.f = aifc.open(TESTFN, 'rb')
153 self.assertRaises(aifc.Error, f.getmark, 3)
161 getattr(aifc, '_write_' + what)(f, x
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_aifc.py 6 import aifc
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/gdb/linux-x86/lib/python2.7/test/
test_aifc.py 6 import aifc
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/test/
test_aifc.py 6 import aifc
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
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_aifc.py 5 import aifc
20 except (aifc.Error, AttributeError):
29 #This file contains chunk types aifc doesn't recognize.
30 self.f = aifc.open(self.sndfilepath)
33 f = self.f = aifc.open(self.sndfilepath)
43 f = self.f = aifc.open(self.sndfilepath)
59 f = self.f = aifc.open(self.sndfilepath)
60 fout = self.fout = aifc.open(TESTFN, 'wb')
61 fout.aifc()
66 fout = self.fout = aifc.open(TESTFN, 'rb')
    [all...]
  /external/python/cpython2/Mac/Demo/sound/
playaiff.py 4 import aifc, audioop
7 af = aifc.open(fn, 'r')
morse.py 121 import aifc
122 dev = aifc.open(a, 'w')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sndhdr.py 59 import aifc
62 if h[8:12] == 'AIFC':
63 fmt = 'aifc'
70 a = aifc.openfp(f, 'r')
71 except (EOFError, aifc.Error):
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
292 elif formdata == 'AIFC':
541 # set through the aifc() method, reset through the
594 def aifc(self): member in class:Aifc_write
841 self._file.write('AIFC')
    [all...]
  /external/python/cpython2/Lib/
sndhdr.py 59 import aifc
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
245 af = aifc.open(fn, 'r')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sndhdr.py 59 import aifc
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
245 af = aifc.open(fn, 'r')
  /prebuilts/gdb/linux-x86/lib/python2.7/
sndhdr.py 59 import aifc
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
245 af = aifc.open(fn, 'r')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sndhdr.py 59 import aifc
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
245 af = aifc.open(fn, 'r')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sndhdr.py 59 import aifc
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
245 af = aifc.open(fn, 'r')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
morse.py 81 import aifc
82 dev = aifc.open(a, 'w')
  /external/python/cpython2/Demo/scripts/
morse.py 81 import aifc
82 dev = aifc.open(a, 'w')
  /external/python/cpython2/Lib/plat-mac/
Audio_mac.py 105 import aifc
109 af = aifc.open(fn, 'r')
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
Audio_mac.py 105 import aifc
109 af = aifc.open(fn, 'r')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
Audio_mac.py 105 import aifc
109 af = aifc.open(fn, 'r')

Completed in 734 milliseconds

1 2