MTG / essentia

C++ library for audio and music analysis, description and synthesis, including Python bindings
http://essentia.upf.edu
GNU Affero General Public License v3.0
2.86k stars 534 forks source link

Benchmarking PitchYin for real-time #1430

Open xaviliz opened 4 months ago

xaviliz commented 4 months ago

Hi, I have done some work recently with pitch detectors in essentia using py3.10 Along the work we realized PitchYin is not a good choice for real-time and the real-time factor increases when the block size is larger. Please it would be possible to benchmark this PitchYin in cpp with different block sizes. Thanks in advance.