pyin-rs 0.1.0

A pure rust implementation of the FFT-based YIN and P-YIN pitch detection algorithms.
Documentation

Rust YIN and P-YIN Pitch Detection

This crate contains a pure rust implementation of the FFT-based YIN and Probabilistic YIN pitch detection algorithms.

Note only power-of-two input size is supported.

This is a port of the P-YIN part of https://github.com/sevagh/pitch-detection.