Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 345 Bytes

File metadata and controls

5 lines (5 loc) · 345 Bytes
  • Added AudioBufferProcessor.set_turn_tracker(). Attach the pipeline's TurnTrackingObserver and the on_user_turn_audio_data / on_bot_turn_audio_data events report the tracker's turn number for each clip, so turn audio can be matched to its turn (turn spans in tracing, per-turn evals, storage keys) without hand-rolled counting.