Skip to content

Instantly share code, notes, and snippets.

@andreaschandra
Created November 16, 2018 04:09
Show Gist options
  • Save andreaschandra/897737d403c362fa36c9037ecdec5228 to your computer and use it in GitHub Desktop.
Save andreaschandra/897737d403c362fa36c9037ecdec5228 to your computer and use it in GitHub Desktop.
if len(args) != 2:
sys.stderr.write(
'Usage: example.py <aggressiveness> <path to wav file>\n')
sys.exit(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment