Skip to content

Releases: mherrerarendon/pitch-detector

Improved apis, documentation, and examples

03 Jun 04:44
Compare
Choose a tag to compare

Minor breaking changes

  • You no longer have to specify hanned_fft as part of the path to use HannedFftDetector. Example: use pitch_detector::pitch::HannedFftDetector
  • detect_pitch_in_range api no longer takes an optional range.
  • detect_note_in_range api also no longer takes an optional range.

Added better support for hinted note detection

18 Apr 20:31
cb42f9f
Compare
Choose a tag to compare
Merge pull request #8 from mherrerarendon/peak

Use different library to implement peak finding

Added support for hinted note detection

12 Apr 05:39
Compare
Choose a tag to compare
Pre-release

Hinted note detection is useful when you need to detect if a specific note can be found within a signal, and the degree to which this specific note is in tune or not, among other things...