NibbleRealm / pitch

Quickly and accurately determine the pitch and volume of a sound sample.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quickly and accurately determine the pitch and volume of a sound sample.

This crate uses a Bitstream Autocorrelation Function (BCF) invented by Joel de Guzman to determine the pitch of the sound sample.

Features

  • Determine pitch of an audio wave using Bitstream Autocorrelation (BCF)

Roadmap to 1.0 (Future Features)

  • Try using BACF, the updated version of BCF, which uses peaks rather than zero-crossings. Evaluate Speed vs accuracy benifits / downfalls. Method differences described here

Change Log

0.1

  • Initial release.

About

Quickly and accurately determine the pitch and volume of a sound sample.

License:Boost Software License 1.0


Languages

Language:Rust 100.0%