Skip to main content

kcode_k1_audio_classification_format/
lib.rs

1pub use kcode_k1_audio_classification_event_format::{
2    AudioClassificationEventV3, DiscardedV2, ExecutedAnalysis, FailedV2, FeatureVector24,
3    FormatError, FragmentStageV1, LabelConfirmationV1, LocalSpeakerLabel, ProgressUpdateV1,
4    ProgressV1, QueueV2, SpeakerLabelV1, TranscriptionCompleteV1, TxId, decode_event, encode_event,
5};
6pub use kcode_k1_audio_classification_fragment_format::{
7    FinalFragmentV1, FinalSpeakerV1, StagedFragmentV1, StagedSpeakerV1, TxIdSlot,
8    decode_final_fragment, decode_staged_fragment, encode_final_fragment, encode_staged_fragment,
9    txid_from_path, txid_path,
10};