Mercurial > hg > precise-onset-detection
diff src/PreciseOnsetLocator.h @ 8:184a7c232049 tip
changed files since updating computer
author | Venetian |
---|---|
date | Thu, 14 Aug 2014 17:53:57 +0100 |
parents | 7ec1ed0b2eb0 |
children |
line wrap: on
line diff
--- a/src/PreciseOnsetLocator.h Thu Aug 14 16:27:52 2014 +0100 +++ b/src/PreciseOnsetLocator.h Thu Aug 14 17:53:57 2014 +0100 @@ -25,6 +25,9 @@ vector <double> recentBufferSamples; double getLastEnergySum(const int& startIndex, const int& vectorSize); + + int findExactOnset(); + int findExactOnset(float* frame); int findExactOnset(double* frame); int exactOnsetIndex;