From 0bde9528f78caf99dc59bcc879164ba73861f21b Mon Sep 17 00:00:00 2001 From: ElementalAlchemist Date: Mon, 13 Nov 2023 23:29:08 -0600 Subject: [PATCH] Add 4x and 8x playback speeds --- thrimbletrimmer/scripts/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thrimbletrimmer/scripts/common.js b/thrimbletrimmer/scripts/common.js index 6ce6d50..c8ff59a 100644 --- a/thrimbletrimmer/scripts/common.js +++ b/thrimbletrimmer/scripts/common.js @@ -18,7 +18,7 @@ Hls.DefaultConfig.maxBufferHole = 600; const VIDEO_FRAMES_PER_SECOND = 30; -const PLAYBACK_RATES = [0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2]; +const PLAYBACK_RATES = [0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 4, 8]; function commonPageSetup() { if (!Hls.isSupported()) {