Spaces:
Sleeping
Sleeping
Gopikanth123
commited on
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -593,7 +593,7 @@
|
|
593 |
break;
|
594 |
}
|
595 |
|
596 |
-
responsiveVoice.speak(text, 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
|