Skip to content

Instantly share code, notes, and snippets.

@alex-tee
Created March 21, 2018 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-tee/200657e082157f6e28a198ff85697c20 to your computer and use it in GitHub Desktop.
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
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