From feac7f2479ae6059acacba53a28c09c59927b5d2 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Sat, 25 Apr 2026 00:54:40 +0200 Subject: [PATCH] feat(diagnostic): Speed-Slider im Voice-Preview-Modal (nicht persistiert) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Neue −0.1 / +0.1 Buttons im Preview-Modal mit aktuellem Wert-Label. Bei jedem Oeffnen wird der Speed auf 1.0 zurueckgesetzt (bewusst kein persist — nur zum Experimentieren waehrend das Modal offen ist). - Range 0.1-5.0, gleiche wie in App-Settings - Wird beim Play an f5tts-bridge als speed-Param mitgegeben - Server clampt auf 0.1-5.0, Fallback 1.0 Co-Authored-By: Claude Opus 4.7 (1M context) --- diagnostic/index.html | 35 ++++++++++++++++++++++++++++++++++- diagnostic/server.js | 11 +++++++---- 2 files changed, 41 insertions(+), 5 deletions(-) diff --git a/diagnostic/index.html b/diagnostic/index.html index 85ff06d..f1696cd 100644 --- a/diagnostic/index.html +++ b/diagnostic/index.html @@ -145,6 +145,15 @@ + +
+ Geschwindigkeit: + + 1.0 x + + (nur fuer dieses Modal, wird nicht gespeichert) +
+