From 974361527224250d96e5ab4d46cf6c38d49a39ef Mon Sep 17 00:00:00 2001 From: Mark Boas Date: Thu, 23 Oct 2025 17:35:51 +0200 Subject: [PATCH] generate captions after alignment --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 7882c64..9d114a0 100644 --- a/index.html +++ b/index.html @@ -1836,6 +1836,9 @@

Load from Local Storage

hyperaudio(); } + // Regenerate captions from the newly aligned transcript + hyperaudioGenerateCaptionsFromTranscript(); + } catch (error) { console.error('Alignment error:', error); hypertranscriptDiv.innerHTML = originalContent;