Skip Silence 5
Skip Silence 5 is the next large update for Skip Silence, bringing new features to the extension.
Features:
- [x] Improve dynamic threshold (#36)
- [x] Use tabCapture API (#123)
- [x] Store Skip Silence enabled on a per-tab basis (#35)
- [x] Switch to Plasmo
Awesome. Can't wait! I think I'm going to go ahead and buy it now.
Unfortunately, I can't seem to find a way to circumvent the CORS restrictions for streaming. Theoretically, I should be able to remove all these restrictions as I'm running in a privileged web extension environment, but I get CORS errors every time - even when loading from the background page.
First beta available at https://github.com/vantezzen/skip-silence/releases/tag/5.0.1
Skip silence now uses the chrome "captureTab" API to be more independent from page media and CORS restrictions. I'm currently testing this so there may be some bigger issues. Currently only Chrome is supported as Firefox doesn't support the API but I'll probably add a fallback to the old method to keep compatability.