From 4727ead891431dee8f09becf666dc661c668fbe4 Mon Sep 17 00:00:00 2001 From: thera2002 Date: Tue, 15 Oct 2024 07:04:44 +0000 Subject: [PATCH] deploy: b384ada6591752d76d526824cadab8af98c66ca4 --- TextToSpeechPlayer.js.html | 4 ++-- quicksearch.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TextToSpeechPlayer.js.html b/TextToSpeechPlayer.js.html index cf806d61..a80b972d 100644 --- a/TextToSpeechPlayer.js.html +++ b/TextToSpeechPlayer.js.html @@ -110,7 +110,7 @@

Source: TextToSpeechPlayer.js

constructor(options) { Object.assign(this, { language: 'it-IT', - rate: 1.12, + rate: 1.0, volume: 1.0, cleanText: true, voiceSelected: -1 @@ -310,7 +310,7 @@

Source: TextToSpeechPlayer.js

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) { diff --git a/quicksearch.html b/quicksearch.html index 537b80c4..228549be 100644 --- a/quicksearch.html +++ b/quicksearch.html @@ -7,7 +7,7 @@