Skip to content

Commit c0b0ea6

Browse files
committed
fix endLoop as it wasnt finishing the endLoop
1 parent 70cf1a6 commit c0b0ea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyttsx3/drivers/nsss.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def speechSynthesizer_didFinishSpeaking_(self, tts, success):
152152
success = True
153153
self._proxy.notify('finished-utterance', completed=success)
154154
self._proxy.setBusy(False)
155+
self.endLoop()
155156

156157
def speechSynthesizer_willSpeakWord_ofString_(self, tts, rng, text):
157158
self._proxy.notify('started-word', location=rng.location,

0 commit comments

Comments
 (0)