audioStartMs property
- @TagNumber.new(4)
Milliseconds from the start of ALL audio fed this session, matching OpenAI input_audio_buffer.speech_started.audio_start_ms.
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get audioStartMs => $_getI64(3);
- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set audioStartMs($fixnum.Int64 value) => $_setInt64(3, value);