WofWca / jumpcutter

⏩ Fast-forwards long pauses between sentences — watch lectures ~1.5x faster (browser extension)
https://chrome.google.com/webstore/detail/jump-cutter/lmppdpldfpfdlipofacekcfleacbbncp
GNU Affero General Public License v3.0
356 stars 13 forks source link

improvement: set `soundedSpeed` to current `el.playbackRate` initially #128

Open WofWca opened 1 year ago

WofWca commented 1 year ago

There's this setting

https://github.com/WofWca/jumpcutter/blob/ce1976dd1313332ba519e362d5414e2b9a1a94f5/src/settings/index.ts#L134

and I think when it's 'updateSoundedSpeed' we should do what the title says. That is, this setting should probably not persist between different videos (especially on different websites).

Related: #101