Skip to content

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

License

Notifications You must be signed in to change notification settings

NibbleRealm/pitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages