Hi there,
I've built a little tool (unfortunately Windows only) to make life with the DL32R's multichannel wave files a little easier. It uses SOX to de-multiplex and concatenate your multichannel wave files into individual mono and stereo wave files. You can download it here:
http://www.liveprompter.com/downloads/other/AudioDemuxer.zip DISCLAIMER: this is a simple utility I've knocked together for my own use - I'll distribute it here in the hope that it may save some of you a bit of work and make life a little easier. I give no guarantees and accept no responsibility should anything go wrong during installation or operation of this program.
To install it, you need to do the following:
- unzip the archive to a directory of your choice
- download and install SOX (http://sox.sourceforge.net)
- open AudioDemuxer.ini in the Audio Demuxer directory and edit the line "SoxDirectory=..." to indicate the path where you installed SOX
- maybe you'll also want to create a shortcut to AudioDemuxer.exe on your desktop
Now, start up AudioDemuxer.exe and drag the first in a set of DL32R recording files (e.g. My Song_1.wav) into AudioDemuxer's central text box. Choose a demuxing profile from the choice box below and then click "Process". AudioDemuxer will now extract individual tracks from your recording and stitch them together afterwards - all ready for import in your DAW.
Now what's with the profiles?
In your AudioDemuxer directory, there is a folder named "Profiles" that contains some simple text files that tell AudioDemuxer which tracks to extract and how to name them. You can also tell AudioDemuxer to pull individual channels together into a stereo file - pretty handy when recording stereo instruments like a synth or piano.
The profile files simply contain one line per track that looks like <name>,<channel(s)>, e.g. "Piano,3 4". This means, the "Piano" track will be created as a stereo track, using channels 3 and 4 from the recording file. Hint: obviously, track names shouldn't contain commas - that would mess things up ;-)
I have included some profiles as examples, but you should build your own ones for your specific requirements - it's easy!
I've built the "profiles" capability into it because I regularly mix recordings of my band's practice sessions and gigs. Since we have a mix of mono and stereo instruments, preparing files for mixing was always a bit of a nuisance and required much fiddling with WaveAgent. With profiles, it now simply means that I created a profile once for my band's setup, and now I only drag files into AudioDemuxer and get all my files ready to drag them into my DAW. Since I've made the track names start with the track number, they are also sorted correctly so that I really only select all of them and drag them over.
Hope this will help some of you here!
BTW: sorry about the Mac and Linux crew; I only built this for Windows! But it is built using a multi-platform library (wxWidgets), so if anyone wants to have a go at building it for Mac or Linux, let me know!
Cheers,
Torsten