estratto is a powerful and user-friendly Rust library designed for extracting rich audio features from digital audio signals. Whether you're analyzing music, speech, or any other type of audio data, estratto provides an array of feature extraction techniques that help you uncover valuable insights and patterns.
estratto equips developers with a comprehensive suite of audio feature extraction tools:
- Amplitude Spectrum
- Power Spectrum
- RMS (Root Mean Square)
- Spectral Centroid
- Spectral Flatness
- Spectral Rolloff
- Zero Crossing Rate
- ...and more - This is still a work in progress stay tuned for more features!
Simply add estratto to your Rust project's Cargo.toml
:
[dependencies]
estratto = "0.0.1"
cargo test
estratto is open-sourced under the MIT License.