LibPyin icon indicating copy to clipboard operation
LibPyin copied to clipboard

Pitch / fundamental frequency detection library for C,C++,C#

Results 5 LibPyin issues
Sort by recently updated
recently updated
newest added

What are the assumptions about samples? The main.cpp example for example has samples in the range [-1,1]?

Hello! I am currently implementing a karaoke machine with a sing-star like game for fun and so far I love your lib, it seems to work out of the box...

Could you please upgrade to latest [vamp-plugin-sdk](https://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository) and latest [pYIN](https://code.soundsoftware.ac.uk/projects/pyin/repository)? Thanks.

Hi, I success compile for macOS so thanks for your previous answer and I get a ".dylib" file. But I need a ".a" format and I don't know how to...

Referring to: https://www.eecs.qmul.ac.uk/~simond/pub/2014/MauchDixon-PYIN-ICASSP2014.pdf I was expecting to get frequency probabilty pairs but this implementation seems to only return a vector of frequencies for each of the blocks?