Log in

View Full Version : Mix/Mux 2 .WAV files together into single file?


mvalpreda
5th March 2014, 01:33
I have a large amount of .wav files that are comprised of two channels of a recorded phone conversation. There is one file of the local side and one file of the remote side. I need these in one file and preferably something I can do with a batch.

What program might I use to do that? Thanks!

Guest
5th March 2014, 02:10
You can google for "mix wave files". Here is one freeware I found using that search:

https://ra5-downloads.phpnuke.org/en/c155669/mix-two-wav-files-together-software-free-download-full-review#.UxZ5FfTnYjQ

I don't know how good it is. Others may give you more specific advice.

mvalpreda
5th March 2014, 02:12
I saw that program as well. It does not appear to work from a command line.

I have thousands of files I need to mix.

Guest
5th March 2014, 02:29
Ah, well, your post did not emphasize that you needed a command line utility, it just said "preferable".

Have you looked into sox? Google "mix wav files sox".

mvalpreda
5th March 2014, 02:41
Thanks. That was just what I needed.

sox -m file-in.wav file-out.wav file.wav

Most appreciated.

Guest
5th March 2014, 03:12
Glad it works for you and welcome to the forum.