committed by
GitHub
parent
097d786431
commit
3ce0ab8c6d
@@ -550,7 +550,7 @@ class ElevenLabsTTSService(AudioContextWordTTSService):
|
|||||||
if not self.audio_context_available(received_ctx_id):
|
if not self.audio_context_available(received_ctx_id):
|
||||||
if self._context_id == received_ctx_id:
|
if self._context_id == received_ctx_id:
|
||||||
logger.debug(
|
logger.debug(
|
||||||
f"Received a delayed message, recreating the context: {self._context_id}"
|
f"Received a delayed message, recreating the context: {self._context_id}"
|
||||||
)
|
)
|
||||||
await self.create_audio_context(self._context_id)
|
await self.create_audio_context(self._context_id)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user