Skip to content

Instantly share code, notes, and snippets.

@matthacksteiner
Created April 16, 2021 06:36
Show Gist options
  • Save matthacksteiner/284c59951af05e27dab20b7ad0abbbbe to your computer and use it in GitHub Desktop.
Save matthacksteiner/284c59951af05e27dab20b7ad0abbbbe to your computer and use it in GitHub Desktop.
SoX trim all files by 100ms
for /R %f in ("*.wav") do ("C:\Program Files (x86)\sox-14-4-2\sox.exe" −−multi−threaded "%~f" "%~pf%~nf_converted.wav" trim 0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment