Last active
November 3, 2022 16:33
-
-
Save tomkail/ead71e361c2899330b50166ecc44827f to your computer and use it in GitHub Desktop.
Audacity macro to create seamless loops from audio tracks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Select:End="100000" RelativeTo="Project" Start="40" Track="0" TrackCount="1" | |
Delete: | |
Select:End="2" RelativeTo="ProjectEnd" Start="0" | |
Copy: | |
SelectNone: | |
Paste: | |
SelectTracks:Mode="Set" Track="0" TrackCount="2" | |
CrossfadeTracks:curve="0" direction="Automatic" type="ConstantGain" | |
MixAndRender: | |
SelectNone: | |
ExportOgg: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace the number in
Start="40"
on line 1 to change the length of the output track; andSelect:End="2"
to change the length of the crossfade to creates the loop.