View Single Post
Old 13th November 2007, 20:38   #189  |  Link
edo1080
Registered User
 
Join Date: Jun 2006
Posts: 83
Thank you for your hints; I followed them but Sonic gives me the following error message:

specific channel assignment is not corresponding to data

What could this mean? If I well unterstood the meaning of the channels in every .wav 5.1 file is:

ch(0) = FL
ch(1) = FR
ch(2) = C
ch(3) = LFE
ch(4) = SL
ch(5) = SR

As you wrote above; now you can reassing the channels as you like depending on the encoder you are going to give the file to, but you have to know that every player or program which will accept such a file will unterstand the ch(0) as FL, the ch(1) as FR etc..

Maybe Sonic is expecting a different layout of .wav file, not the standard one, is there any other multichannel .wav profile?

Maybe the solution could be a tool allowing WAVE_FORMAT_EXTENSIBLE for 5.1 .wav files, is there any? but i've read on a MSDN document that Channel order is fixed for WAVE_FORMAT_EXTENSIBLE too, you cannot reorder them, only mask out channels you're not using

Last edited by edo1080; 13th November 2007 at 22:36.
edo1080 is offline   Reply With Quote