mirror of
https://github.com/iAmInActions/random-scripts.git
synced 2024-11-21 19:40:12 +00:00
Add equalize
This script equalizes all songs in the folder "out".
This commit is contained in:
parent
e8691d526c
commit
bfdd320953
3
youtube2mp3/equalize.sh
Normal file
3
youtube2mp3/equalize.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd out
|
||||||
|
find -name '*mp3' -exec mp3gain -r -k {} \;
|
Loading…
Reference in New Issue
Block a user