From fc2d6c9086954e564aed6ce3090eb75279e8f2e1 Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:06:17 +0200 Subject: [PATCH] update --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 74f2132..919233e 100644 --- a/index.html +++ b/index.html @@ -2324,7 +2324,7 @@ console.log("TTS: " + msg) let utterance = new SpeechSynthesisUtterance(msg); utterance.rate = 0.9 - utterance.voice = speechSynthesis.getVoices()[7] + // utterance.voice = speechSynthesis.getVoices()[7] speechSynthesis.speak(utterance); } }