tlecomte / friture

Real-time audio visualizations (spectrum, spectrogram, etc.)
http://friture.org
GNU General Public License v3.0
936 stars 161 forks source link

Add an option to show estimated pitch on the spectrum. #261

Closed celeste-sinead closed 6 months ago

celeste-sinead commented 8 months ago

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 commented 6 months ago

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.