skip-silence icon indicating copy to clipboard operation
skip-silence copied to clipboard

Skip Silence 5

Open vantezzen opened this issue 4 years ago • 3 comments

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

vantezzen avatar Jan 17 '22 15:01 vantezzen

Awesome. Can't wait! I think I'm going to go ahead and buy it now.

rolltidehero avatar May 01 '22 12:05 rolltidehero

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.

vantezzen avatar May 01 '22 14:05 vantezzen

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.

vantezzen avatar Jul 02 '22 20:07 vantezzen