Revision 18:131b1c40be1a CepstrumPitchTracker.h

View differences:

CepstrumPitchTracker.h
128 128
    Hypothesis m_accepted;
129 129

  
130 130
    void filter(const double *in, double *out);
131
    double cubicInterpolate(const double[4], double);
132
    double findInterpolatedPeak(const double *in, int maxbin);
131 133
    void fft(unsigned int n, bool inverse,
132 134
             double *ri, double *ii, double *ro, double *io);
133 135
};

Also available in: Unified diff