Disabling auto_silence for tavus video service.
This commit is contained in:
@@ -214,7 +214,9 @@ class TavusVideoService(AIService):
|
|||||||
await super().start(frame)
|
await super().start(frame)
|
||||||
await self._client.start(frame)
|
await self._client.start(frame)
|
||||||
if self._transport_destination:
|
if self._transport_destination:
|
||||||
await self._client.register_audio_destination(self._transport_destination)
|
await self._client.register_audio_destination(
|
||||||
|
self._transport_destination, auto_silence=False
|
||||||
|
)
|
||||||
await self._create_send_task()
|
await self._create_send_task()
|
||||||
|
|
||||||
async def stop(self, frame: EndFrame):
|
async def stop(self, frame: EndFrame):
|
||||||
|
|||||||
Reference in New Issue
Block a user