On 2020-11-15, Juan R. de Silva <juan.r.d.si...@gmail.com> wrote: > >> Normalize the volume of the mp3 files beforehand rather than adjusting >> the volume of the player in real time for each individual file (e.g. >> with an app like python-rgain)? >> >> Or does this not speak to the reason for the volume changes? > > Unfortunately, it does not in this particular case. However, I might find > suggested useful in other cases anyway.
Have you tried pactl 'set-sink-volume @DEFAULT_SINK@ +5'? Or is that not useful? > Thanks.