Definition at line 10 of file PitchDetector.h.
◆ FourierPitchDetector() [1/2]
| FourierPitchDetector::FourierPitchDetector |
( |
| ) |
|
|
inline |
◆ FourierPitchDetector() [2/2]
| FourierPitchDetector::FourierPitchDetector |
( |
int |
fftSize, |
|
|
float |
aSamplingRate |
|
) |
| |
|
inline |
◆ ~FourierPitchDetector()
| FourierPitchDetector::~FourierPitchDetector |
( |
| ) |
|
|
inline |
◆ computeFrequency()
| float FourierPitchDetector::computeFrequency |
( |
| ) |
|
|
inline |
◆ getFrequency()
| float FourierPitchDetector::getFrequency |
( |
| ) |
|
|
inline |
◆ getSize()
| size_t FourierPitchDetector::getSize |
( |
| ) |
|
|
inline |
◆ init()
| void FourierPitchDetector::init |
( |
int |
fftSize, |
|
|
float |
aSamplingRate |
|
) |
| |
|
inline |
◆ process()
| int FourierPitchDetector::process |
( |
FloatArray |
input | ) |
|
|
inline |
◆ setMaxFrequency()
| void FourierPitchDetector::setMaxFrequency |
( |
float |
aMaxFrequency | ) |
|
|
inline |
◆ setMinFrequency()
| void FourierPitchDetector::setMinFrequency |
( |
float |
aMinFrequency | ) |
|
|
inline |
◆ setSamplingRate()
| void FourierPitchDetector::setSamplingRate |
( |
float |
asamplingRate | ) |
|
|
inline |
The documentation for this class was generated from the following file: