Created
October 14, 2013 15:08
-
-
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.
This file contains hidden or 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
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