comparison etc/codecs.conf @ 14833:78385a72a8bb

Add support for 32-bit float WAV files and support for extended WAV files with 4, 6, 8, ... channels of audio.
author ivo
date Sat, 26 Feb 2005 23:02:09 +0000
parents 9a1fce9fce04
children 056446159745
comparison
equal deleted inserted replaced
14832:9fa18cfd4f2d 14833:78385a72a8bb
2169 audiocodec pcm 2169 audiocodec pcm
2170 info "Uncompressed PCM" 2170 info "Uncompressed PCM"
2171 status working 2171 status working
2172 format 0x0 2172 format 0x0
2173 format 0x1 2173 format 0x1
2174 format 0x3 ; IEEE float
2175 format 0xfffe ; Extended
2174 format 0x20776172 ; "raw " (MOV files) 2176 format 0x20776172 ; "raw " (MOV files)
2175 format 0x736f7774 ; "twos" (MOV files) 2177 format 0x736f7774 ; "twos" (MOV files)
2176 format 0x74776f73 ; "sowt" (MOV files) 2178 format 0x74776f73 ; "sowt" (MOV files)
2177 format 0x32336c66 ; "fl32" (MOV files) 2179 format 0x32336c66 ; "fl32" (MOV files)
2178 format 0x454e4f4e ; "NONE" (MOV files from Kodak CX6320) 2180 format 0x454e4f4e ; "NONE" (MOV files from Kodak CX6320)