"""Shared constants for the runtime duplex pipeline.""" TRACK_AUDIO_IN = "audio_in" TRACK_AUDIO_OUT = "audio_out" TRACK_CONTROL = "control" PCM_FRAME_BYTES = 640 # 16k mono pcm_s16le, 20ms