Add equalize

This script equalizes all songs in the folder "out".
This commit is contained in:
iAmInAction 2023-07-08 13:06:51 +00:00 committed by GitHub
parent e8691d526c
commit bfdd320953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
youtube2mp3/equalize.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
cd out
find -name '*mp3' -exec mp3gain -r -k {} \;