On Tue, 15 May 2018 23:23:33 +0200, Alexandre Ratchov <a...@caoua.org> wrote:
> Maybe you've noticed that somtimes sound volume in firefox doesn't > match the volume indicator until you touch it. > > This is because the firefox audio API has no volume getter and assumes > the initial volume is 1, while sndio saves volumes and allows volume > to be controlled externally, which makes firefox use a wrong > representation of the actual volume. > > The workaround is to do like alsa, pulseaudio and other backends: stop > using the native volume control and adjust the volume of the signal in > firefox. FTR, I've been running firefox since Friday with this diff and it fixes the problem without any regression spotted. Thanks! Daniel