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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
audio.py 9 import sndhdr
24 # There are others in sndhdr that don't have MIME types. :(
25 # Additional ones to be added to sndhdr? midi, mp3, realaudio, wma??
29 sndhdr.what() has a pretty cruddy interface, unfortunately. This is why
35 for testfn in sndhdr.tests:
52 can be decoded by the standard Python `sndhdr' module, then the
  /external/python/cpython2/Lib/email/mime/
audio.py 9 import sndhdr
24 # There are others in sndhdr that don't have MIME types. :(
25 # Additional ones to be added to sndhdr? midi, mp3, realaudio, wma??
29 sndhdr.what() has a pretty cruddy interface, unfortunately. This is why
35 for testfn in sndhdr.tests:
52 can be decoded by the standard Python `sndhdr' module, then the
  /external/python/cpython3/Lib/email/mime/
audio.py 9 import sndhdr
24 # There are others in sndhdr that don't have MIME types. :(
25 # Additional ones to be added to sndhdr? midi, mp3, realaudio, wma??
29 sndhdr.what() has a pretty cruddy interface, unfortunately. This is why
35 for testfn in sndhdr.tests:
52 can be decoded by the standard Python `sndhdr' module, then the
  /external/python/cpython3/Lib/test/
test_sndhdr.py 1 import sndhdr
9 ('sndhdr.8svx', ('8svx', 0, 1, 0, 8)),
10 ('sndhdr.aifc', ('aifc', 44100, 2, 5, 16)),
11 ('sndhdr.aiff', ('aiff', 44100, 2, 5, 16)),
12 ('sndhdr.au', ('au', 44100, 2, 5.0, 16)),
13 ('sndhdr.hcom', ('hcom', 22050.0, 1, -1, 8)),
14 ('sndhdr.sndt', ('sndt', 44100, 1, 5, 8)),
15 ('sndhdr.voc', ('voc', 0, 1, -1, 8)),
16 ('sndhdr.wav', ('wav', 44100, 2, 5, 16)),
19 what = sndhdr.what(filename
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
toaiff.py 17 import sndhdr
90 ftype = sndhdr.whathdr(fname)
  /external/python/cpython2/Lib/
toaiff.py 17 import sndhdr
90 ftype = sndhdr.whathdr(fname)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sundry.py 69 import sndhdr
  /external/python/cpython2/Lib/test/
test_sundry.py 67 import sndhdr

Completed in 276 milliseconds