pitch

Crates.iopitch
lib.rspitch
version0.2.0
created_at2018-06-12 00:54:10.281666+00
updated_at2025-06-06 20:55:13.744984+00
descriptionQuickly and accurately determine the pitch and volume of a sound sample.
homepagehttps://github.com/NibbleRealm/pitch/releases
repositoryhttps://github.com/NibbleRealm/pitch
max_upload_size
id69701
size43,621
Jeryn Aldaron Lau (AldaronLau)

documentation

https://docs.rs/pitch

README

Pitch

tests GitHub commit activity GitHub contributors
Crates.io Crates.io Crates.io (recent)
Crates.io Docs.rs

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.

Supported Platforms

Pitch targets all platforms that can run Rust, and contains no platform-specific code.

MSRV

The current MSRV is Rust 1.85.

Any future MSRV updates will follow the Ardaku MSRV guidelines.

License

Copyright © 2018-2025 The Pitch Contributors.

Licensed under any of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as described above, without any additional terms or conditions.

Help

If you want help using or contributing to this library, feel free to send me an email at aldaronlau@gmail.com.

Commit count: 27

cargo fmt