diff --git a/src/pyj/read_book/tts.pyj b/src/pyj/read_book/tts.pyj index 457d86e6f5..c3b7890336 100644 --- a/src/pyj/read_book/tts.pyj +++ b/src/pyj/read_book/tts.pyj @@ -156,9 +156,7 @@ class Client: commit() buf.push(markup) size += markup.length - text = buf.join('') - if text.length: - self.create_utterance(text) + commit() if self.queue.length: window.speechSynthesis.speak(self.queue[0])