From mboxrd@z Thu Jan 1 00:00:00 1970 From: blinux-list at redhat.com (Linux for blind general discussion) Date: Tue, 20 Apr 2021 11:52:40 -0500 Subject: Using Sox to volume Level Message-ID: <20210420.165240.599.3@[0.0.0.0]> List-Id: 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.