Skip to content

Instantly share code, notes, and snippets.

@drzhnn
Created October 14, 2013 15:08
Show Gist options
  • Save drzhnn/6977162 to your computer and use it in GitHub Desktop.
Save drzhnn/6977162 to your computer and use it in GitHub Desktop.
Add 300 ms fade-in and fade-out to all input files using SoX.
for %%A in (%*) do sox %%A "%%~nA"_fades_300ms%%~xA fade t 0.3 0 0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment