Hello,
When using Pulseaudio, I notice that using
However, this only happens when media is not playing; if I have a video in Firefox for instance, changing the volume through
I would like one of two things: for
Thanks!
When using Pulseaudio, I notice that using
pactl set-sink-volume changes both the vol and the pcm in mixer such that they are equal.However, this only happens when media is not playing; if I have a video in Firefox for instance, changing the volume through
pactl leads to mixer's vol changing but not pcm. This leads to an unfortunate situation where I can no longer access the full range of volumes once media starts playing without manually setting the pcm value.I would like one of two things: for
pcm to always be set to 1 (meaning that vol is the only variable), or for pcm to change alongside volume regardless of whether I am playing media. If neither of these are possible, is this whole issue expected behavior? And would I have to just cope with manually going into a terminal and tweaking the pcm value, or is there some other way of managing volume through pulseaudio?Thanks!