pitch_detector icon indicating copy to clipboard operation
pitch_detector copied to clipboard

JUCE module for pitch estimation

Results 4 pitch_detector issues
Sort by recently updated
recently updated
newest added

Dear, After I download all the dependencies, and set the environment, now I have a question, How to test the function, or write a main function in C++? Thx

`delta = inputData[j] - inputData[j + tau];` `j + tau` > `yin.getNumSamples()` results in illegal memory access.

Clean up all Xcode and Visual Studio Warnings Remove use of using namespace juce