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);
}
}