How many are familliar with Project Monterey? Or any other attempt to give app developers a single target to shoot for?
When adding a soundbar I found that over bluetooth the range of volume control was very limited. The levels were very high even at 1%.
The workaround is a bit too broad as it would affect all bluetooth devices. It is also a bit too narrow as it is at the user level. wireplumber has to be restarted after the configuration file change.
$ cat $HOME/.config/wireplumber/wireplumber.conf.d/50-bluez-hw-volume.conf
monitor.bluez.properties = {
bluez5.enable-hw-volume = false
}
I would like to find a solution that keeps hw-volume enabled but scales the range as desired.