* Using Sox to volume Level
@ blinux-list
` blinux-list
` blinux-list
0 siblings, 2 replies; 5+ messages in thread
From: blinux-list @ UTC (permalink / raw)
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Using Sox to volume Level
Using Sox to volume Level blinux-list
@ ` blinux-list
` blinux-list
` blinux-list
1 sibling, 1 reply; 5+ messages in thread
From: blinux-list @ UTC (permalink / raw)
Well, an only solution I can suggest is a package called "mp3gain" which has a
normalize option, but be sure and select an option to make the changes
permanent, otherwise after a reboot, your songs will reset.
Chime
^ permalink raw reply [flat|nested] 5+ messages in thread* Using Sox to volume Level
Using Sox to volume Level blinux-list
` blinux-list
@ ` blinux-list
` blinux-list
1 sibling, 1 reply; 5+ messages in thread
From: blinux-list @ UTC (permalink / raw)
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
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread* Using Sox to volume Level
` blinux-list
@ ` blinux-list
0 siblings, 0 replies; 5+ messages in thread
From: blinux-list @ UTC (permalink / raw)
Thanks, this one did it.
----- Original Message -----
From: Linux for blind general discussion <blinux-list at redhat.com>
To: Linux for blind general discussion <blinux-list at redhat.com>
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
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Using Sox to volume Level blinux-list
` blinux-list
` blinux-list
` blinux-list
` blinux-list
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).