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.