cool-camera-83057
06/26/2025, 1:36 PMself._event_ch.send_nowait(
agents.vad.VADEvent(
type=agents.vad.VADEventType.END_OF_SPEECH,
samples_index=pub_current_sample,
timestamp=pub_timestamp,
silence_duration=pub_silence_duration,
speech_duration=pub_speech_duration,
frames=[_copy_speech_buffer()],
speaking=False,
)
)
tall-airline-16756
06/26/2025, 1:36 PMtall-airline-16756
06/26/2025, 1:36 PMcool-camera-83057
06/26/2025, 1:40 PMtall-airline-16756
06/26/2025, 1:41 PM