Gopikanth123 commited on
Commit
5470027
·
verified ·
1 Parent(s): 6498f7b

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -593,7 +593,7 @@
593
  break;
594
  }
595
 
596
- responsiveVoice.speak(text, voice, {pitch: 2}); // Call ResponsiveVoice speak function with the determined voice
597
  }
598
 
599
  // // Test voices and log them
 
593
  break;
594
  }
595
 
596
+ responsiveVoice.speak(text, voice, {rate: 1.5}); // Call ResponsiveVoice speak function with the determined voice
597
  }
598
 
599
  // // Test voices and log them