Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a pitch tracker widget #273

Merged
merged 5 commits into from
May 6, 2024

Conversation

celeste-sinead
Copy link
Contributor

This shows pitch over time.

The minimum SNR feature is kind of a false start that doesn't actually work all that great in practice; I have some following changes that work better but it was a little too annoying to rewrite it out of history entirely.

i.e. all plots use the same function to handle kHz and include note name
in the same way.
Retrospective note: The intent was to avoid detecting pitches in background
noise, but it didn't end up working particularly well, for reasons explained in
a later patch that introduces a more practical approach. I don't feel like
doing the annoying rewriting that it would take to erase this false start from
the record entirely ;)
@tlecomte
Copy link
Owner

tlecomte commented May 6, 2024

Thanks @celeste-sinead, that's very nice.
The unit tests are a nice addition as well.

@tlecomte tlecomte merged commit c5ac102 into tlecomte:master May 6, 2024
4 checks passed
@celeste-sinead celeste-sinead deleted the pitch_tracker_graph branch May 6, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants