Created
October 14, 2021 12:14
-
-
Save jarkkojs/8ae0ff75d6046872157676d67dfc5773 to your computer and use it in GitHub Desktop.
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
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