Created
November 3, 2022 13:10
-
-
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
This file contains 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="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