speech-prep 0.1.4

Speech-focused audio preprocessing — VAD, WAV decoding, format detection, noise reduction, chunking
Documentation
1
2
3
4
5
6
//! Integration test harness for speech-prep

#[path = "integration/format_variability.rs"]
mod format_variability;
#[path = "integration/preprocessing_pipeline.rs"]
mod preprocessing_pipeline;