globalSpeed
globalSpeed copied to clipboard
不能自动捕获音频,每次都需要手动去点击,很麻烦
You can add tab capture shortcut in the options page. If you set it to "Command A", you configure the shortcut for "command A" through this page.
chrome://extensions/shortcuts
edge://extensions/shortcuts
thank you!
How can I enable capture automatically if the audio gain is not equal to 1? And release again if the gain is equal to 1?
@kevinhwang91 Hello. Automatic capture is not possible because the browser won't let extension's capture the tab's audio unless the user first interacted with the extension. Since automatic is not possible, the most convenient method will be using a tab capture shortcut to turn it off/on.
Thanks for your explanation. Let me show you the scenario where I encountered this issue. I have bound two shortcuts to increase/decrease audio gain.
If I encounter the volume of video is low, I will increase the gain, I hope the tab should be captured and increase the gain by a single shortcut.
What I care more about is the gain of this tab, while I want other tabs to remain uncaptured and have a gain of 1. The captured state does not necessarily need to be changed even if I decrease the gain again.