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 an option to show estimated pitch on the spectrum. #261

Merged
merged 1 commit into from
May 4, 2024

Conversation

celeste-sinead
Copy link
Contributor

This uses a simple 3-Harmonic Product Spectrum. It works well when tested on my own voice (whereas Fmax often makes an octave error with the first overtone).

This uses a simple 3-Harmonic Product Spectrum. It works well when tested
on my own voice (whereas Fmax often makes an octave error with the first
overtone).
@tlecomte
Copy link
Owner

tlecomte commented May 4, 2024

Thank you very much @celeste-sinead!

I've tested it and it works well indeed. I've noticed a few things that are worth adjusting in the implementation, but I'll merge anyway and try to address those in a following commit.

Thanks again for your contribution.

@tlecomte tlecomte merged commit ed01db9 into tlecomte:master May 4, 2024
tlecomte added a commit that referenced this pull request May 4, 2024
As a follow-up to #261:
- add a Column to avoid overlaps between the label for the max frequency and the label for the pitch
- fix the default setting value, so that the checkbox is consistent
- use numpy slices instead of looping over each element, for performance
tlecomte added a commit that referenced this pull request May 4, 2024
As a follow-up to #261:
- add a Column to avoid overlaps between the label for the max frequency and the label for the pitch
- fix the default setting value, so that the checkbox is consistent
- use numpy slices instead of looping over each element, for performance
@celeste-sinead celeste-sinead deleted the estimate_pitch branch May 4, 2024 22:36
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