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!
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		- 
	
- 
	Even though Wave files are also RIFF containers like AVI, they do not mux together using the same manner, AFAIK. You CAN always use a mult-channel sound editor (or DAW) to create a MC stream from your combined files. 
 
 Scott
- 
	You could easily do this with Audacity. Import each audio track then either make them a stereo pair (ie, one track on the left, the other on the right) or simply mix them together. I've never used it but Audacity has some batch processing abilities. 
 
 I suspect you could also do it with ffmpeg but I don't know it well enough to give you a command line.
- 
	Looks like mvalpreda found his/her solution elsewhere. http://forum.doom9.org/showthread.php?p=1671916#post1671916 
- 
	I did an analysis of the 2 methods mentioned in that other thread (doom9's): Both actually mix/combine the streams. IOW, given a 2channel stream and another 2channel stream, the result is a 3rd, combined 2channel stream. NOT a 4channel stream (which is what "MUXING" would do). In fact, those 2 methods, as suggested, do nothing but an additive combine of equal (50/50) proportion, with no intrinsic safety mechanism for overflow (over 0dB) distortion. 
 
 Hence, using a multichannel audio editor would be the safest & most versatile. Particularly if you intended to get a 4channel output.
 
 Using Audacity, one must explicitly modify the preferences to allow non-mixdown-to-stereo default and must also change the preferences for the Exported file format from WAV to WAVEX. Then and only then will you get a true, discreet 4-channel ".WAV" output from it. This must be done from a RECENT version, also.
 
 Scott
 
 <edit>Of course, if the OP never really meant MUX, but instead did want to simply mix down to 2, then all the other options are valid.</edit>
Similar Threads
- 
  decode 5.1 matrix surround wav file to 6 mono wav filesBy Zerrax in forum AudioReplies: 2Last Post: 24th Nov 2013, 08:39
- 
  How to mux .264 and .wav files to .m2ts or .mp4 using FFmpeg????By rallymax in forum EditingReplies: 1Last Post: 31st Oct 2011, 18:04
- 
  Convert/Mux .m2v and .wav into mpeg for DVD??By Beavis in forum Video ConversionReplies: 2Last Post: 22nd Jul 2011, 15:46
- 
  How to mux a m2v file with 44.1khz, 16-bit wav?By seven_deuce offsuit in forum Newbie / General discussionsReplies: 2Last Post: 24th Apr 2011, 23:25
- 
  Want To Mux MPEG-2 Video With .WAV to Create .VOBBy judicata in forum Newbie / General discussionsReplies: 2Last Post: 12th May 2010, 17:07


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote 
			