Updating tavus examples to not send silence.
This commit is contained in:
@@ -42,6 +42,7 @@ transport_params = {
|
||||
video_out_is_live=True,
|
||||
video_out_width=1280,
|
||||
video_out_height=720,
|
||||
audio_out_insert_silence=False,
|
||||
),
|
||||
"webrtc": lambda: TransportParams(
|
||||
audio_in_enabled=True,
|
||||
@@ -50,6 +51,7 @@ transport_params = {
|
||||
video_out_is_live=True,
|
||||
video_out_width=1280,
|
||||
video_out_height=720,
|
||||
audio_out_insert_silence=False,
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user