Hiya all. Can anyone recommend a program for joining wav files? i dont really need the program to do anything else just join the files to one big file.. I want to be able to join multiple wav files quickly and easily as it will be 100s of 5-10 clips cheers chris
Yeah that's what I have just tried.. works on but takes a long time to join 130 clips lol. Guess it will have to do for now.. Cheers
ffmpeg can do it via the command line, should be a lot easier than audacity if you're doing it in bulk. Command: Code: ffmpeg -f concat -i mylist.txt -c copy output.wav File : Code: #mylist.txt file '1.wav' file '2.wav' file '3.wav' file '4.wav'