Skip to content

Instantly share code, notes, and snippets.

@jarkkojs
Created October 14, 2021 12:14
Show Gist options
  • Save jarkkojs/8ae0ff75d6046872157676d67dfc5773 to your computer and use it in GitHub Desktop.
Save jarkkojs/8ae0ff75d6046872157676d67dfc5773 to your computer and use it in GitHub Desktop.
find -maxdepth 1 -name "*.wav" -print0 | xargs --null -n1 basename | xargs -I{} sox "{}" "mono_{}" remix 1,2 norm -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment