Not sending silence by default.
This commit is contained in:
@@ -645,7 +645,7 @@ class TavusOutputTransport(BaseOutputTransport):
|
|||||||
# auto_silence=False so the CustomAudioSource only writes frames when
|
# auto_silence=False so the CustomAudioSource only writes frames when
|
||||||
# there is real TTS audio.
|
# there is real TTS audio.
|
||||||
await self._client.register_audio_destination(
|
await self._client.register_audio_destination(
|
||||||
self._transport_destination, auto_silence=True
|
self._transport_destination, auto_silence=False
|
||||||
)
|
)
|
||||||
|
|
||||||
await self.set_transport_ready(frame)
|
await self.set_transport_ready(frame)
|
||||||
|
|||||||
Reference in New Issue
Block a user