Open godofecht opened 1 day ago
No, I don’t use Spotify’s Basic Pitch algorithm—I use the autocorrelation method instead. Basic Pitch is a deep learning-based approach designed for polyphonic music transcription, while autocorrelation is a more traditional signal processing method, typically used for pitch detection in monophonic sounds. I haven’t directly compared the two, as I’ve mainly focused on testing how well the autocorrelation method performs across both platforms.
If you’re interested in implementing and comparing different methods, feel free to give it a shot and open a pull request. I’d love to see it!
Does this use Spotify's Basic Pitch algorithm?
If not, have you ever compared the performance?