Using Sox to volume Level

Linux for blind general discussion blinux-list at redhat.com
Tue Apr 20 17:28:59 UTC 2021


for f in *.mp3;do sox "$f" tmp.mp3 norm&&cp tmp.mp3 "$f";done
Regards, Willem

On Tue, 20 Apr 2021, Linux for blind general discussion wrote:

> I have a playlist which I want to have all at the same volume; some tracks are loud and some are so quiet I have to crank. Not conducive for a smooth listening experience. What can I pass to sox to have this directory of files leveled?
> for f in *.mp3;do sox --insert-fun-options-here "$f";done
> Like that.
>
>
> _______________________________________________
> Blinux-list mailing list
> Blinux-list at redhat.com
> https://listman.redhat.com/mailman/listinfo/blinux-list
>
>




More information about the Blinux-list mailing list