on the mopidy-softwaremixer documentation page there is written:
“If you use PulseAudio, the software mixer will control the per-application volume for Mopidy in PulseAudio, and any changes to the per-application volume done from outside Mopidy will be reflected by the software mixer.”
but that doesn’t seem to work, this is my audio section configuration:
[audio]
mixer = software
mixer_volume =
output = pulsesink client-name=mopidy
and changes made to the volume from mopidy are not reflected in pulseaudio sink-inputs or sinks (and vice versa). restarting mopidy also resets the volume level. So how do I setup mopidy to actually control pulseaudio volume ?
…
Audio: As a side effect of the previous bug fix, software volume is no longer tied to the PulseAudio application volume when using pulsesink. This behavior was confusing for many users and doesn’t work well with the plans for multiple outputs.
"
…
well, confusing is to put into the documentation that softwaremixer is controlling pulseaudio volume and forget to remove it when it’s no longer true …
I don’t know if this is error because no one confirmed that actually what is written in the documentation is not true. Maybe I misunderstood the documentation ? Is it true that there is no way of controlling pulseaudio volume with mopidy ? It would be very wierd because pulseaudio is probably the most common setup, at least for PCs. I could use alsamixer plugin but unfortunetly i’m using mopidy on nanopi neo board with pcm5102a dac and have to use softvol which seems to not work properly with pulseaudio (it generates loud clicks and pops). So if there is no alsamixer like plugin for pulseaudio I will try to write one, because it seems rather easy task to do.
ok, it works almost OK. The volume bar is not reacting on external volume changes (have to hit F5 in the browser to see changes) and it shows different volume scale than pulseaudio - eg. if mopidy volume is 50% pulseaudio shows about 80%. But this is for sure an improvement