Skip to content

Instantly share code, notes, and snippets.

@jrwarwick
Created June 2, 2020 21:19
Show Gist options
  • Save jrwarwick/29f2b64854f0cc7ea2eda81033d034ed to your computer and use it in GitHub Desktop.
Save jrwarwick/29f2b64854f0cc7ea2eda81033d034ed to your computer and use it in GitHub Desktop.
Audacity Macro: radio comms effect - *krssht* roger, wilco *krsssht*
Macro_radio-ize:
ExportOgg:
ExportMp3:
SelectAll:
Cut:
Select:End="0.17" Mode="Set" Start="0" Track="0" TrackCount="1"
CursSelEnd:
Paste:
SelectNone:
CursProjectStart:
NewMonoTrack:
NextTrack:
Select:End="0.15" Mode="Set" Start="0" Track="1" TrackCount="1"
Silence:Use_Preset="User Preset:RadioBurstSilence"
Noise:Use_Preset="User Preset:RadioBurst"
Select:End="0.15" Mode="Set" Start="0" Track="1" TrackCount="1"
Copy:
FirstTrack:
CursProjectEnd:
LastTrack:
Paste:
SelectAll:
High-passFilter:Command="" Version="4"
Amplify:Ratio="4.0271702"
High-passFilter:Command="" Version="4"
Amplify:Ratio="0.39355007"
@jrwarwick
Copy link
Author

On Windows, you should be able to copy these two files to %APPDATA%\audacity\Macros\ and then ( I think ) the macros would appear in your Tools > Macros menu.

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