This commit is contained in:
Kovid Goyal 2025-07-29 13:18:06 +05:30
parent 661499e391
commit e38705ef5e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -355,7 +355,7 @@ class Piper(TTSBackend):
if err is not None:
self._errors_from_piper.append(str(err))
self._errors_from_piper.append(tb)
else:
elif self._utterances_being_synthesized:
u = self._utterances_being_synthesized[0]
if u.id == sr.utterance_id:
u.audio_data.append(sr.audio_data)