View Single Post
Old 2nd March 2008, 17:56   #205  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
The channelmask flag in WAVE_FORMAT_EXTENSIBLE header only say what channels are present from:
Code:
FRONT_LEFT             0x1
FRONT_RIGHT            0x2
FRONT_CENTER           0x4
LOW_FREQUENCY          0x8
BACK_LEFT              0x10
BACK_RIGHT             0x20
FRONT_LEFT_OF_CENTER   0x40
FRONT_RIGHT_OF_CENTER  0x80
BACK_CENTER            0x100
SIDE_LEFT              0x200
SIDE_RIGHT             0x400
TOP_CENTER             0x800
TOP_FRONT_LEFT         0x1000
TOP_FRONT_CENTER       0x2000
TOP_FRONT_RIGHT        0x4000
TOP_BACK_LEFT          0x8000
TOP_BACK_CENTER        0x10000
TOP_BACK_RIGHT         0x20000
but the order can't be altered.

BTW, how can detect scenarist the channel mapping in a raw file? (only LFE, without high frequencies, can be recognized)

And scenarist, need wav or lpcm files?
tebasuna51 is offline   Reply With Quote