A wrapper class around the dywapitchtrack library that provides JUCE-type interface methods.
More...
|
| static double | detectPitch (const File &fileToScan, AudioSampleBuffer &workingBuffer, double sampleRate) |
| | Scans a whole file and returns the pitch. More...
|
| |
| static double | detectPitch (const AudioSampleBuffer &buffer, int startSample, int numSamples, double sampleRate) |
| | detects the pitch in the audio buffer. More...
|
| |
| static int | getNumSamplesNeeded (double sampleRate) |
| | Returns the number of samples that is needed to detect 50 Hz. More...
|
| |
| static int | getNumSamplesNeeded (double sampleRate, double minFrequencyToAnalyse) |
| | Returns the number of samples that is needed to detect the given frequency. More...
|
| |
A wrapper class around the dywapitchtrack library that provides JUCE-type interface methods.