Mercurial > hg > decimation
diff garage-resampler/Resampler.h @ 4:1c3ab56ee9b5
More resampler fixes (particularly to latency calculation) and tests
author | Chris Cannam |
---|---|
date | Mon, 14 Oct 2013 16:15:32 +0100 |
parents | bda8d2e803ee |
children | 94c1cadc6caf |
line wrap: on
line diff
--- a/garage-resampler/Resampler.h Mon Oct 14 08:19:45 2013 +0100 +++ b/garage-resampler/Resampler.h Mon Oct 14 16:15:32 2013 +0100 @@ -50,7 +50,6 @@ int nextPhase; std::vector<double> filter; int drop; - int take; }; Phase *m_phaseData; @@ -58,7 +57,7 @@ std::vector<double> m_buffer; void initialise(); - double reconstructOne(const double *); + double reconstructOne(); }; #endif