kcode-k1-audio-classification-format 0.5.1

Stable facade for K1 audio-classification event and fragment formats
Documentation
1
2
3
4
5
6
7
8
9
10
pub use kcode_k1_audio_classification_event_format::{
    AudioClassificationEventV3, DiscardedV2, ExecutedAnalysis, FailedV2, FeatureVector24,
    FormatError, FragmentStageV1, LabelConfirmationV1, LocalSpeakerLabel, ProgressUpdateV1,
    ProgressV1, QueueV2, SpeakerLabelV1, TranscriptionCompleteV1, TxId, decode_event, encode_event,
};
pub use kcode_k1_audio_classification_fragment_format::{
    FinalFragmentV1, FinalSpeakerV1, StagedFragmentV1, StagedSpeakerV1, TxIdSlot,
    decode_final_fragment, decode_staged_fragment, encode_final_fragment, encode_staged_fragment,
    txid_from_path, txid_path,
};