darkc0de commited on
Commit
1aed645
Β·
verified Β·
1 Parent(s): 9deff5f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -319,7 +319,7 @@
319
  synth.cancel(); // Clear any previous utterances
320
  const utterance = new SpeechSynthesisUtterance(textToSpeak);
321
  utterance.lang = 'en-US';
322
- utterance.rate = 1.5;
323
  utterance.pitch = 1;
324
  utterance.volume = 1;
325
 
 
319
  synth.cancel(); // Clear any previous utterances
320
  const utterance = new SpeechSynthesisUtterance(textToSpeak);
321
  utterance.lang = 'en-US';
322
+ utterance.rate = 1.4;
323
  utterance.pitch = 1;
324
  utterance.volume = 1;
325