[TriLUG] Re: mixing 2 mono wavs to 1 stereo
Bill Whiting
textux at charter.net
Thu Oct 26 20:58:28 EDT 2006
Interesting, I just looked for that same answer again. Except this time
I found a solution.
I'm trying to create a stereo wave so I can create a stereo mp3, but the
same solution should work for you.
soxmix 2003-12-28-01-am.wav 2003-12-28-01-am.wav -c2
2003-12-28-01-am-stereo.wav
takes a mono wave file and creates a stereo wav as output. If you want
to mix two different waves then do something like:
soxmix joe.wav mary.wav -c2 call.wav
I ran this on centos4. Depending on your flavor of linux, that command
might not be there. It's new to me.
//Bill
Hi Gang,
> I'm googling, but my fu is weak.. Would some folks suggest their
> favorite CLI tool for taking two mono WAV files and mixing them into a
> single stereo WAV?
>
> The application is compiling recordings from asterisk. So far I've
> been using the MixMonitor application, which is okay, but it mixes both
> sides of the conversation into a single mono channel. It'd be much
> better for me if I had one side on my left and the other side on the
> right; that would make it easier to tell where echoes are coming from,
> for example.
>
> Thanks much,
> ~Brian
>
>
More information about the TriLUG
mailing list