autopitch 0.1.0

A modular pitch detection library
Documentation
1
2
3
4
5
6
7
//! Autopitch – a minimal pitch detection library
//!
//! This crate provides lightweight pitch detection algorithms based on time-domain analysis.
//! It aims to be fast, simple, and suitable for use in real-time contexts.

pub mod algorithm;
pub mod detect;