Skip to content

Instantly share code, notes, and snippets.

@rahimnathwani
Created July 17, 2014 14:57
Show Gist options
  • Select an option

  • Save rahimnathwani/861fbac9b22d64242369 to your computer and use it in GitHub Desktop.

Select an option

Save rahimnathwani/861fbac9b22d64242369 to your computer and use it in GitHub Desktop.
Split audio file on silence
sox -V3 output.wav out.wav silence -l 0 1 0.2 2% : newfile : restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment