| Crates.io | pyin-rs |
| lib.rs | pyin-rs |
| version | 0.1.0 |
| created_at | 2025-01-07 03:33:30.647855+00 |
| updated_at | 2025-01-07 03:33:30.647855+00 |
| description | A pure rust implementation of the FFT-based YIN and P-YIN pitch detection algorithms. |
| homepage | https://github.com/hillin/pyin-rs |
| repository | https://github.com/hillin/pyin-rs |
| max_upload_size | |
| id | 1506663 |
| size | 8,786,395 |
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.