search for: wavformatextensible_channel_mask

Displaying 3 results from an estimated 3 matches for "wavformatextensible_channel_mask".

2013 Jan 18
0
Define 6.1 and 7.1 channel mappings
...(FL FR FC LFE BL BR or FL FR FC LFE SL SR, same order so doesn't matter) I looked at the 'flac' command-line front-end code today, and it uses Back Left and Back Right for 4 channel but Side Left and Side Right for 5 and 6 channel files when writing out WAVE from FLAC files without a WAVFORMATEXTENSIBLE_CHANNEL_MASK metadata tag. As you say, the order is the same, and for less that 7 channels the physical speaker configurations are equivalent. The encoder accepts both Side and Back in the input channel mask, but passes them on in the tag, of course. If the input is AIFF the support is more limited, rejecting...
2013 Jan 02
4
Define 6.1 and 7.1 channel mappings
I apologize for the terribly long message, but here goes. ------------------------------------------------------------------------------------------------- First, regarding existing tools that I now about. libavcodec and users (e.g. HandBrake): - if there are 6 channels or less, the layout is set by the decoder as per the FLAC specification - if there are more than 6 channels, the layout is
2013 Jan 18
3
Define 6.1 and 7.1 channel mappings
...R, same >> order so doesn't matter) > > I looked at the 'flac' command-line front-end code today, and it uses > Back Left and Back Right for 4 channel but Side Left and Side Right > for > 5 and 6 channel files when writing out WAVE from FLAC files without a > WAVFORMATEXTENSIBLE_CHANNEL_MASK metadata tag. > > As you say, the order is the same, and for less that 7 channels the > physical speaker configurations are equivalent. > > The encoder accepts both Side and Back in the input channel mask, but > passes them on in the tag, of course. If the input is AIFF the suppor...