Handle Browser as single audio Stream

Everytime i play a sound from Browser the Volume jumps up to 100% because it creates a new audio stream for that. How can i handle Browser as a single audio stream instead, so that i can keep a persistent volume level for it?

I tried both pipewire and pulseaudio, but didnt notice any difference.
What would you recommend here?

The Problem seems to be Firefox-centric, didnt have the issue with ungoogled chromium.

That’s a tricky one.

Call about:config and adjust the value of “media.volume_scale”. If you enter “0.125” there, for example, the stream will remain at 50%.

1 Like

ok that sounds weird, but ill try. :slight_smile: