Module segment

Source
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§

DialogueSegment
Represents a segment of audio containing dialogue or silence.
SilenceSegment
Silence segment data structure for additional processing or analysis.