Hi
I have 60 tracks that i would like to merge into one track.
Does anyone have an alternative to the toil of copying and pasting all the tracks.
Thanks in Advance.
Merge Multiple Tracks
Forum rules
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.
The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.
The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Re: Merge Multiple Tracks
If they are all the same format you can join them end-to-end using SoX http://sox.sourceforge.net/
The command would be of the form:
For example if you had 3 files called "file1.wav" "file2.wav" "file3.wav" then you could join them together to form "new.wav" with the command:
The command would be of the form:
Code: Select all
sox file-1 file-2 file-3 .... file-n output-fileCode: Select all
sox "file1.wav" "file2.wav" "file3.wav" "new.wav"9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)