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 13:20:14 -0500 Subject: Using Sox to volume Level In-Reply-To: References: <20210420.165240.599.3@[0.0.0.0]> Message-ID: <20210420.182014.652.4@[0.0.0.0]> List-Id: Thanks, this one did it. ----- Original Message ----- From: Linux for blind general discussion To: Linux for blind general discussion Date: Tue, 20 Apr 2021 19:28:59 +0200 (SAST) Subject: Re: Using Sox to volume Level > 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 > > > > > > _______________________________________________ > Blinux-list mailing list > Blinux-list at redhat.com > https://listman.redhat.com/mailman/listinfo/blinux-list > >