estratto

Crates.ioestratto
lib.rsestratto
version0.0.1
sourcesrc
created_at2023-08-22 21:59:57.513522
updated_at2023-08-22 21:59:57.513522
descriptionestratto is a powerful and user-friendly Rust library designed for extracting rich audio features from digital audio signals.
homepage
repositoryhttps://github.com/AmberJBlue/estratto/tree/main
max_upload_size
id951380
size136,962
Amber J Blue (AmberJBlue)

documentation

https://docs.rs/estratto

README

estratto 〜 An Audio Feature Extraction Library

estratto Logo

build all tests linter License: MIT Docs

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.

🎵 Features

estratto equips developers with a comprehensive suite of audio feature extraction tools:

Spectral

  • 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!

🚀 Getting Started

Installation

Simply add estratto to your Rust project's Cargo.toml:

[dependencies]
estratto = "0.1.0"

Run Tests

cargo test

📜 License

estratto is open-sourced under the MIT License.

Commit count: 0

cargo fmt