View Single Post
Old 25th July 2005, 12:37   #22  |  Link
johnman
Registered User
 
johnman's Avatar
 
Join Date: Jan 2004
Posts: 212
Quote:
Originally Posted by KillaByte
Sure. The mapping for converting "LF, RF, LS, RS, C, LFE" (as used for DVD-Audio, for example) to "LF, RF, C, LFE, LS, RS" (WAV multichannel standard) is "0 1 4 5 2 3"

Code:
6->6#move#active#LF RF LS RS C LFE to LF RF C LFE LS RS
0 1 4 5 2 3
For more information about the WAVE_EX format, have a look at this link.
Thank you, ill add it to the next release under a different name if you dont mind:
Code:
6->6#move#active#DVD-A to multichannel wav
0 1 4 5 2 3
About that link from msdn, i already have been on that page many many times . But thx anyway.

Edit and i am happy to report ww can now read WAVE_EX files. It still cant write them, and i dont see any real reason to do so. If anyone knows a good reason, ill add that to.
__________________
If you have a difficult task, give it to a lazy person -- they will find an easier way to do it.

Last edited by johnman; 26th July 2005 at 23:14.
johnman is offline   Reply With Quote