Skip to content

Commit

Permalink
deploy: b384ada
Browse files Browse the repository at this point in the history
  • Loading branch information
thera2002 committed Oct 15, 2024
1 parent f0b2d42 commit 4727ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TextToSpeechPlayer.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h1 class="page-title">Source: TextToSpeechPlayer.js</h1>
constructor(options) {
Object.assign(this, {
language: 'it-IT',
rate: 1.12,
rate: 1.0,
volume: 1.0,
cleanText: true,
voiceSelected: -1
Expand Down Expand Up @@ -310,7 +310,7 @@ <h1 class="page-title">Source: TextToSpeechPlayer.js</h1>
reject(new Error("Speech synthesis timeout"));
}
}, maxSpeechTime);
// Workaround to resume speech every 14 seconds
// Workaround to resume speech every 10 seconds
this.resumeTimer = setInterval(() => {
console.log(speechSynthesis.speaking);
if (!speechSynthesis.speaking) {
Expand Down
2 changes: 1 addition & 1 deletion quicksearch.html

Large diffs are not rendered by default.

0 comments on commit 4727ead

Please sign in to comment.