HomeSort by relevance Sort by last modified time
    Searched full:aiff (Results 1 - 25 of 47) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
toaiff.py 1 """Convert "arbitrary" sound files to AIFF (Apple and SGI's audio format).
4 Uncompressed file type may be AIFF, WAV, VOC, 8SVX, NeXT/Sun, and others.
24 t.append('sox -t au - -t aiff -r 8000 -', '--')
34 t.append('sox -t hcom - -t aiff -r 22050 -', '--')
38 t.append('sox -t voc - -t aiff -r 11025 -', '--')
42 t.append('sox -t wav - -t aiff -', '--')
46 t.append('sox -t 8svx - -t aiff -r 16000 -', '--')
50 t.append('sox -t sndt - -t aiff -r 16000 -', '--')
54 t.append('sox -t sndr - -t aiff -r 16000 -', '--')
100 if ftype == 'aiff'
    [all...]
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...]
sndhdr.py 64 elif h[8:12] == 'AIFF':
65 fmt = 'aiff'
wave.py 109 _comptype -- the AIFF-C compression type ('NONE' if AIFF)
111 _compname -- the human-readable AIFF-C compression type
281 _comptype -- the AIFF-C compression type ('NONE' in AIFF)
283 _compname -- the human-readable AIFF-C compression type
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
toaiff.py 1 """Convert "arbitrary" sound files to AIFF (Apple and SGI's audio format).
4 Uncompressed file type may be AIFF, WAV, VOC, 8SVX, NeXT/Sun, and others.
24 t.append('sox -t au - -t aiff -r 8000 -', '--')
34 t.append('sox -t hcom - -t aiff -r 22050 -', '--')
38 t.append('sox -t voc - -t aiff -r 11025 -', '--')
42 t.append('sox -t wav - -t aiff -', '--')
46 t.append('sox -t 8svx - -t aiff -r 16000 -', '--')
50 t.append('sox -t sndt - -t aiff -r 16000 -', '--')
54 t.append('sox -t sndr - -t aiff -r 16000 -', '--')
100 if ftype == 'aiff'
    [all...]
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...]
sndhdr.py 64 elif h[8:12] == 'AIFF':
65 fmt = 'aiff'
wave.py 109 _comptype -- the AIFF-C compression type ('NONE' if AIFF)
111 _compname -- the human-readable AIFF-C compression type
281 _comptype -- the AIFF-C compression type ('NONE' in AIFF)
283 _compname -- the human-readable AIFF-C compression type
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
audio.py 20 'aiff':'x-aiff',
21 'aifc':'x-aiff',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
audio.py 20 'aiff':'x-aiff',
21 'aifc':'x-aiff',
  /external/chromium/chrome/browser/resources/shared/js/
media_common.js 10 return /\.(aac|aiff|atrac|cda|flac|m4a|mp3|pcm|oga|ogg|raw|wav)$/i.test(path);
  /external/chromium_org/ui/webui/resources/js/
media_common.js 10 return /\.(aac|aiff|atrac|cda|flac|m4a|mp3|pcm|oga|ogg|raw|wav)$/i.test(path);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
Audio_mac.py 107 fn = EasyDialogs.AskFileForOpen(message="Select an AIFF soundfile", typeList=("AIFF",))
  /external/chromium_org/media/base/
container_names.h 24 CONTAINER_AIFF, // AIFF (Audio Interchange File Format)
  /external/esd/include/
audiofile.h 129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
130 AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */
170 /* Apple proprietary AIFF-C compression schemes (not supported) */
312 /* AIFF/AIFF-C specific errors when parsing file header */
316 AF_BAD_AIFF_CHUNKID = 111, /* unrecognized AIFF/AIFF-C chunk id */
382 /* AIFF/AIFF-C specific errors when parsing file header */
387 AF_ERR_BAD_AIFF_CHUNKID = 69+AF_ERR_BASE, /* unrecognized AIFF/AIFF-C chunk id *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
audiofile.h 129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
130 AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */
170 /* Apple proprietary AIFF-C compression schemes (not supported) */
312 /* AIFF/AIFF-C specific errors when parsing file header */
316 AF_BAD_AIFF_CHUNKID = 111, /* unrecognized AIFF/AIFF-C chunk id */
382 /* AIFF/AIFF-C specific errors when parsing file header */
387 AF_ERR_BAD_AIFF_CHUNKID = 69+AF_ERR_BASE, /* unrecognized AIFF/AIFF-C chunk id *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
audiofile.h 129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
130 AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */
170 /* Apple proprietary AIFF-C compression schemes (not supported) */
312 /* AIFF/AIFF-C specific errors when parsing file header */
316 AF_BAD_AIFF_CHUNKID = 111, /* unrecognized AIFF/AIFF-C chunk id */
382 /* AIFF/AIFF-C specific errors when parsing file header */
387 AF_ERR_BAD_AIFF_CHUNKID = 69+AF_ERR_BASE, /* unrecognized AIFF/AIFF-C chunk id *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
audiofile.h 129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
130 AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */
170 /* Apple proprietary AIFF-C compression schemes (not supported) */
312 /* AIFF/AIFF-C specific errors when parsing file header */
316 AF_BAD_AIFF_CHUNKID = 111, /* unrecognized AIFF/AIFF-C chunk id */
382 /* AIFF/AIFF-C specific errors when parsing file header */
387 AF_ERR_BAD_AIFF_CHUNKID = 69+AF_ERR_BASE, /* unrecognized AIFF/AIFF-C chunk id *
    [all...]
  /external/chromium_org/media/test/data/
README 56 bear.aiff -- created using "avconv -i bear.ogv -f aiff bear.aiff".
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V21.java 65 "WAVE", "AIFF", "PCM", "X509", "PGP")));
  /external/chromium_org/chrome/browser/resources/plugin_metadata/
plugins_mac.json 148 "audio/aiff",
159 "audio/x-aiff",
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 356 /* Look for .aiff extension */
357 if (CFStringHasSuffix (name, CFSTR(".aiff")) ||
371 printf("Found AIFF for track %d: '%s'\n", trackID,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libaudiofile.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libaudiofile.a     [all...]
  /libcore/luni/src/main/java/libcore/net/
MimeUtils.java 230 add("audio/x-aiff", "aif");
231 add("audio/x-aiff", "aiff");
232 add("audio/x-aiff", "aifc");

Completed in 795 milliseconds

1 2