Kubuntu: 17.10
Audacity 2.1.2
I want to combine like 20 tracks together with a silence of 1.5 seconds between them, can anyone help me achieve this?
Can you outline the steps from scratch because i'm a real newbie?
How do I add a silence of (X time) when combining tracks?
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: How do I add a silence of (X time) when combining tracks
Assuming that you are starting with a fresh empty Audacity project and 20 audio files all in the same directory:
1) "File menu > Import > Audio" and select all of the files that you want to import.
The files will be imported as separate tracks.
2) Put the tracks in order by dragging them up / down (click on an empty part of the panel on the left end of the track and drag up/down. Take care not to click on the buttons or sliders).
3) "Ctrl + A" to select all
(if step 4 is not available in 2.1.1, skip to step 5)
4) "Tracks > Align Tracks > Align end to end" (http://manual.audacityteam.org/man/trac ... end_to_end)
5) Use the Time Shift tool to nudge each of the audio clips to the right so that you have the required gaps.
6) File > Export > Audio
1) "File menu > Import > Audio" and select all of the files that you want to import.
The files will be imported as separate tracks.
2) Put the tracks in order by dragging them up / down (click on an empty part of the panel on the left end of the track and drag up/down. Take care not to click on the buttons or sliders).
3) "Ctrl + A" to select all
(if step 4 is not available in 2.1.1, skip to step 5)
4) "Tracks > Align Tracks > Align end to end" (http://manual.audacityteam.org/man/trac ... end_to_end)
5) Use the Time Shift tool to nudge each of the audio clips to the right so that you have the required gaps.
6) File > Export > Audio
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: How do I add a silence of (X time) when combining tracks
Could add 1.5 seconds of silence to all the tracks in one step, (once they are imported),
Then align end to end. Thus avoiding 20 usages of time-shift to create the silent gaps.
Then align end to end. Thus avoiding 20 usages of time-shift to create the silent gaps.
Re: How do I add a silence of (X time) when combining tracks
Thanks steve and trebor, so helpful, instant reply!
trebor, how will your list of steps look? is it a quicker way than steve's?
trebor, how will your list of steps look? is it a quicker way than steve's?
Re: How do I add a silence of (X time) when combining tracks
Once all are imported, Select all the tracks,("Ctrl"+"A"), move the cursor to the start, ("J"),seru1 wrote:trebor, how will your list of steps look? is it a quicker way than steve's?
then generate the silence which will be added to all the tracks ...
Re: How do I add a silence of (X time) when combining tracks
this is amazing. I'm so happy, thank you both!!!