Created
March 21, 2018 02:23
-
-
Save alex-tee/200657e082157f6e28a198ff85697c20 to your computer and use it in GitHub Desktop.
Run mp3gain on all mp3s in current dir ref: https://qiita.com/faiyadesu/items/e6d294d1c85500914c1a
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 . -name "*mp3" -exec mp3gain -r -k -d 5 {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment