Mercurial > hg > qm-dsp
diff dsp/onsets/DetectionFunction.h @ 483:fdaa63607c15
Untabify, indent, tidy
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 11:54:32 +0100 |
parents | 42d416af5030 |
children | 701233f8ed41 |
line wrap: on
line diff
--- a/dsp/onsets/DetectionFunction.h Fri May 31 11:02:28 2019 +0100 +++ b/dsp/onsets/DetectionFunction.h Fri May 31 11:54:32 2019 +0100 @@ -65,7 +65,7 @@ double phaseDev(unsigned int length, double *srcPhase); double complexSD(unsigned int length, double *srcMagnitude, double *srcPhase); double broadband(unsigned int length, double *srcMagnitude); - + private: void initialise( DFConfig Config ); void deInitialise(); @@ -90,7 +90,7 @@ double* m_unwrapped; // Unwrapped phase of analysis frame Window<double> *m_window; - PhaseVocoder* m_phaseVoc; // Phase Vocoder + PhaseVocoder* m_phaseVoc; // Phase Vocoder }; #endif