Skip to content

Instantly share code, notes, and snippets.

@tomkail
Last active November 3, 2022 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomkail/ead71e361c2899330b50166ecc44827f to your computer and use it in GitHub Desktop.
Save tomkail/ead71e361c2899330b50166ecc44827f to your computer and use it in GitHub Desktop.
Audacity macro to create seamless loops from audio tracks
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:
@tomkail
Copy link
Author

tomkail commented Nov 3, 2022

Replace the number in Start="40" on line 1 to change the length of the output track; and Select:End="2" to change the length of the crossfade to creates the loop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment