Align tracks end to end
Posted: Thu May 16, 2013 1:45 am
This topic is in parallel with a discussion on the Audacity QA e-mail list. As most forum users are not on that list I thought that it would be useful to also raise the issue here (and also post some screenshots).
The question of how to join files end to end comes up quite regularly (for example: http://forum.audacityteam.org/viewtopic ... 46&t=72490)
Currently, it is quite awkward to append more than a few audio files. The options are to either import the files and then use the Time Shift tool to move them into position, or there are Nyquist plug-ins (Append Import and Chain it Up), which though quite powerful are not simple to use (mostly due to the lack of a file browser for Nyquist plug-ins and other limitations of the Nyquist plug-in interface).
Audacity is already able to import multiple audio files, but they are arranged one above the other. What is missing is the ability to quickly and easily arrange the imported files end-to-end. This could be accomplished by extending the functionality of "Tracks > Align Tracks" with a new option "Align End to End".
To concatenate (join end to end) a number of files:
1) "File > Import > Audio". Select the files that you want to import and they are imported in alphanumeric order, one above the other.
(Note: the ordering may be slightly different between Windows, Linux and Mac)
2) If the tracks need to be adjusted in any way, now is a good time to do it - for example you may want to normalize the tracks, or adjust the equalization so that they sound well together, or adjust the track order (by dragging tracks up or down).
3) Select all of the tracks ("Edit > Select > All" Ctrl+A)
4) "Tracks > Align Tracks > Align End to End" and the tracks are immediately aligned end to end:
5) (optional) If you want all of the tracks to be merged into a single track - Select All (as before) then "Tracks > Mix and Render" and the tracks will be mixed down into a single track. Note that "Mix and Render can be quite slow with large projects and may not be necessary as tracks are automatically mixed into a single mono or stereo file when the project is Exported.
For anyone that is able to build Audacity from the source code that wants to try out this proposed feature, here is an experimental patch:
The question of how to join files end to end comes up quite regularly (for example: http://forum.audacityteam.org/viewtopic ... 46&t=72490)
Currently, it is quite awkward to append more than a few audio files. The options are to either import the files and then use the Time Shift tool to move them into position, or there are Nyquist plug-ins (Append Import and Chain it Up), which though quite powerful are not simple to use (mostly due to the lack of a file browser for Nyquist plug-ins and other limitations of the Nyquist plug-in interface).
Audacity is already able to import multiple audio files, but they are arranged one above the other. What is missing is the ability to quickly and easily arrange the imported files end-to-end. This could be accomplished by extending the functionality of "Tracks > Align Tracks" with a new option "Align End to End".
To concatenate (join end to end) a number of files:
1) "File > Import > Audio". Select the files that you want to import and they are imported in alphanumeric order, one above the other.
(Note: the ordering may be slightly different between Windows, Linux and Mac)
2) If the tracks need to be adjusted in any way, now is a good time to do it - for example you may want to normalize the tracks, or adjust the equalization so that they sound well together, or adjust the track order (by dragging tracks up or down).
3) Select all of the tracks ("Edit > Select > All" Ctrl+A)
4) "Tracks > Align Tracks > Align End to End" and the tracks are immediately aligned end to end:
5) (optional) If you want all of the tracks to be merged into a single track - Select All (as before) then "Tracks > Mix and Render" and the tracks will be mixed down into a single track. Note that "Mix and Render can be quite slow with large projects and may not be necessary as tracks are automatically mixed into a single mono or stereo file when the project is Exported.
For anyone that is able to build Audacity from the source code that wants to try out this proposed feature, here is an experimental patch: