Is there any way to merge to .wav files together? What program should i use to do this?!
Thanks
+ Reply to Thread
Results 1 to 10 of 10
-
Smokey :D
-
copy /B fileA.wav+fileB+fileC.wav newfile.wav
in a command window -- you can copy paste in a commad window -- just drag the file to the window also .. -
BJ_M
i try that but its not working (the command is working)
i have 1 wav lenght 1:27min and the other 1:26min after joining i have 1 wav file 1:27min ....
ther is another way? -
it works everytime ... you must of not included a proper file name or something .. or try
copy fileA.wav+fileB.wav+fileC.wav newfile.wav /B -
this is what i do:
i put the two files (wav, or avi) in the same dir
open CMD
go to the same dir and type:
copy /b 1.avi+2.avi new.avi
is this right?
i did it and he gave me on avi file 1.4gb movie but only for the first half... -
i even try this:
copy /b 1.wav+2.wav new.wav /b (here he gave me only the part 1)
And:
copy 1.wav+2.wav new.wav /b (here he gave me 32kb file) -
Hi there!
I think the original poster wants to join a number of wav files to produce one single and playable wav. IMHO the "copy" command can't do this since it merely puts one complete file at the end of another one without updating the required header informations.
I've written a small Java app with which you can join wav files in an appropriate way. You can download it here.
Have a nice day
Jens -
There is an application called "AddaWAV" that is out there on the web. I have a copy if anybody is interested. Works great.
Darryl
Similar Threads
-
decode 5.1 matrix surround wav file to 6 mono wav files
By Zerrax in forum AudioReplies: 2Last Post: 24th Nov 2013, 07:39 -
How to merge avi files?
By mkvelidadon in forum Newbie / General discussionsReplies: 3Last Post: 26th Sep 2011, 02:25 -
Merge two FLV files
By goheadtry in forum Newbie / General discussionsReplies: 19Last Post: 16th Dec 2010, 21:34 -
How to merge wav files ?
By Benjy in forum AudioReplies: 7Last Post: 31st Jul 2010, 04:41 -
merge avi and wav
By zootedlooter in forum EditingReplies: 2Last Post: 21st Dec 2008, 13:11