Expand description
Dialogue segment representing either speech or silence interval.
This struct stores timing and confidence information for detected dialogue or silence regions in audio tracks.
§Examples
use subx_cli::core::sync::dialogue::segment::DialogueSegment;
let speech = DialogueSegment::new_speech(0.0, 1.5);Structs§
- Dialogue
Segment - Represents a segment of audio containing dialogue or silence.
- Silence
Segment - Silence segment data structure for additional processing or analysis.