Create per-tab volume controls in Firefox
Categories
(Firefox :: Tabbed Browser, enhancement)
Tracking
()
People
(Reporter: jboriss, Unassigned)
References
(Blocks 2 open bugs)
Details
Comment 1•13 years ago
|
||
Reporter | ||
Comment 2•13 years ago
|
||
![]() |
||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Updated•12 years ago
|
Reporter | ||
Comment 8•12 years ago
|
||
Comment 9•12 years ago
|
||
Comment 11•11 years ago
|
||
Comment 12•10 years ago
|
||
Comment 13•10 years ago
|
||
Comment 14•10 years ago
|
||
Comment 15•10 years ago
|
||
Comment 16•8 years ago
|
||
Comment 17•5 years ago
|
||
I find myself wanting this feature a lot lately.
Many YouTube videos are so quiet that I've had to turn windows master volume, and its setting for Firefox, to 100%. This then means various other tabs, notably those with notification (ha!) sounds, ARE NOW VERY LOUD. If I try to remember and change speaker/headphone volume after finishing a known quiet YT channel video, well, I'll often forget. I don't want to mute those tabs, just attenuate the volume to a comfortable level.
Comment 18•5 years ago
|
||
This feature would be highly appreciated indeed!
I have found a Chromium extension that does exactly that. It allows to change the volume of a specific tab.
It uses the chrome.tabCapture API built into Chromium. The API executes an extension-provided callback with LocalMediaStream where the extension changes the gain's value.
The C++ code behind this logic is here: https://source.chromium.org/chromium/chromium/src/+/master:out/Debug/gen/chrome/common/extensions/api/tab_capture.cc;bpv=0;bpt=1
This issue was created 8 years ago when we didn't have HTML5 and Flash was still in. I think it should be much easier now than it was back in the ol' days, although I don't know Firefox's source code that well to make the judgement.
Updated•2 years ago
|
![]() |
||
Updated•10 months ago
|
Description
•