From 50bbd26517c78bb48c7c5bed6ee6b6ce247b96ee Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Tue, 24 Dec 2024 19:31:08 +0100 Subject: [PATCH] throw errors if websocket connection fails --- src/live_transcription.html | 374 +++++++++++++++++++++--------------- 1 file changed, 218 insertions(+), 156 deletions(-) diff --git a/src/live_transcription.html b/src/live_transcription.html index 42552bf..2bad95b 100644 --- a/src/live_transcription.html +++ b/src/live_transcription.html @@ -1,178 +1,240 @@ - - - Audio Transcription - + + + Audio Transcription + -
- -
-
- - -
-
- - -
-
+
+ +
+
+ + +
+
+ + +
-

+
+

-
+
- + recordButton.addEventListener("click", toggleRecording); + \ No newline at end of file