Skip to content

Instantly share code, notes, and snippets.

@tomkail
Created November 3, 2022 13:10
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/5a5f9b000571fd9631dcddd52a53d884 to your computer and use it in GitHub Desktop.
Save tomkail/5a5f9b000571fd9631dcddd52a53d884 to your computer and use it in GitHub Desktop.
Audacity macro to trim 5 seconds from the start and end of a track
Select:End="5" RelativeTo="ProjectStart" Start="0" Track="0" TrackCount="1"
Delete:
Select:End="5" RelativeTo="ProjectEnd" Start="0" Track="0" TrackCount="1"
Delete:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment