Created
July 17, 2014 14:57
-
-
Save rahimnathwani/861fbac9b22d64242369 to your computer and use it in GitHub Desktop.
Split audio file on silence
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
| 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