Hello Augustine.

You can use ffmpeg (available for Windows).
Here's how to split a 6 channels file in 6 mono files:
ffmpeg -y -i Nums_5dot1_24_48000.wav \
-acodec pcm_s24le -map_channel 0.0.0 1.wav \
-acodec pcm_s24le -map_channel 0.0.1 2.wav \
-acodec pcm_s24le -map_channel 0.0.2 3.wav \
-acodec pcm_s24le -map_channel 0.0.3 4.wav \
-acodec pcm_s24le -map_channel 0.0.4 5.wav \
-acodec pcm_s24le -map_channel 0.0.5 6.wav
If you can run Linux on your PC (for example from a livecd), 
you can also use ecasound to split multi-channels files as mono files. 
Here's how:
http://www.eca.cx/ecasound/Documentation/examples.html#multichannel

--
Marc

Le Wed, 3 Sep 2014 00:54:08 -0300,
Augustine Leudar <gustar...@gmail.com> a écrit :

> Hi,
> Does anyone know any software that will allow me to split an
> interleaved 10.2 file into its separate channels for mixing. I've
> tried audition and Nuendo to no avail. I'm on a PC at the moment so
> soundhack is not an option, best,
> Gus
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <https://mail.music.vt.edu/mailman/private/sursound/attachments/20140903/60283bac/attachment.html>
> _______________________________________________ Sursound mailing list
> Sursound@music.vt.edu
> https://mail.music.vt.edu/mailman/listinfo/sursound - unsubscribe
> here, edit account or options, view archives and so on.
> 

_______________________________________________
Sursound mailing list
Sursound@music.vt.edu
https://mail.music.vt.edu/mailman/listinfo/sursound - unsubscribe here, edit 
account or options, view archives and so on.

Reply via email to