Skip to content

Instantly share code, notes, and snippets.

@applch
Created September 28, 2017 02:42
Show Gist options
  • Save applch/5b30fa60051506eff9178763aeed1771 to your computer and use it in GitHub Desktop.
Save applch/5b30fa60051506eff9178763aeed1771 to your computer and use it in GitHub Desktop.
Audio file and data formats:
'3gpp' = 3GP Audio (.3gp)
data_formats: 'Qclp' 'aac ' 'aace' 'aacf' 'aacg' 'aach'
'aacl' 'aacp' 'samr'
'3gp2' = 3GPP-2 Audio (.3g2)
data_formats: 'Qclp' 'aac ' 'aace' 'aacf' 'aacg' 'aach'
'aacl' 'aacp' 'samr'
'adts' = AAC ADTS (.aac, .adts)
data_formats: 'aac ' 'aach' 'aacp'
'ac-3' = AC3 (.ac3)
data_formats: 'ac-3'
'AIFC' = AIFC (.aifc, .aiff, .aif)
data_formats: I8 BEI16 BEI24 BEI32 BEF32 BEF64 UI8 'ulaw'
'alaw' 'MAC3' 'MAC6' 'ima4' 'QDMC' 'QDM2'
'Qclp' 'agsm'
'AIFF' = AIFF (.aiff, .aif)
data_formats: I8 BEI16 BEI24 BEI32
'amrf' = AMR (.amr)
data_formats: 'samr' 'sawb'
'm4af' = Apple MPEG-4 Audio (.m4a, .m4r)
data_formats: 'aac ' 'aace' 'aacf' 'aacg' 'aach' 'aacl'
'aacp' 'ac-3' 'alac' 'ec-3' 'paac' 'pac3'
'pec3'
'm4bf' = Apple MPEG-4 AudioBooks (.m4b)
data_formats: 'aac ' 'aace' 'aacf' 'aacg' 'aach' 'aacl'
'aacp' 'paac'
'caff' = CAF (.caf)
data_formats: '.mp1' '.mp2' '.mp3' 'QDM2' 'QDMC' 'Qclp'
'Qclq' 'aac ' 'aace' 'aacf' 'aacg' 'aach'
'aacl' 'aacp' 'ac-3' 'alac' 'alaw' 'dvi8'
'ec-3' 'flac' 'ilbc' 'ima4' I8 BEI16 BEI24
BEI32 BEF32 BEF64 LEI16 LEI24 LEI32 LEF32
LEF64 'ms\x00\x02' 'ms\x00\x11' 'ms\x001'
'opus' 'paac' 'pac3' 'pec3' 'qaac' 'qac3'
'qach' 'qacp' 'qec3' 'samr' 'ulaw' 'zaac'
'zac3' 'zach' 'zacp' 'zec3'
'ec-3' = EC3 (.ec3)
data_formats: 'ec-3'
'flac' = FLAC (.flac)
data_formats: 'flac'
'MPG1' = MPEG Layer 1 (.mp1, .mpeg, .mpa)
data_formats: '.mp1'
'MPG2' = MPEG Layer 2 (.mp2, .mpeg, .mpa)
data_formats: '.mp2'
'MPG3' = MPEG Layer 3 (.mp3, .mpeg, .mpa)
data_formats: '.mp3'
'mp4f' = MPEG-4 Audio (.mp4)
data_formats: 'aac ' 'aace' 'aacf' 'aacg' 'aach' 'aacl'
'aacp' 'ac-3' 'ec-3'
'NeXT' = NeXT/Sun (.snd, .au)
data_formats: I8 BEI16 BEI24 BEI32 BEF32 BEF64 'ulaw'
'Sd2f' = Sound Designer II (.sd2)
data_formats: I8 BEI16 BEI24 BEI32
'WAVE' = WAVE (.wav)
data_formats: UI8 LEI16 LEI24 LEI32 LEF32 LEF64 'ulaw'
'alaw'
'RF64' = WAVE (.wav)
data_formats: UI8 LEI16 LEI24 LEI32 LEF32 LEF64 'ulaw'
'alaw'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment