Mercurial > hg > vamp-simple-cepstrum
diff SimpleCepstrum.h @ 2:e6faf01e25d8
Remove optimistic f0 output (not implemented); add a couple of envelope-related features
author | Chris Cannam |
---|---|
date | Fri, 22 Jun 2012 17:50:03 +0100 |
parents | 02587f02ef41 |
children | a6f9ece68482 |
line wrap: on
line diff
--- a/SimpleCepstrum.h Fri Jun 22 16:58:55 2012 +0100 +++ b/SimpleCepstrum.h Fri Jun 22 17:50:03 2012 +0100 @@ -50,13 +50,15 @@ float m_fmax; bool m_clamp; - mutable int m_f0Output; +// mutable int m_f0Output; mutable int m_rawOutput; mutable int m_varOutput; mutable int m_p2mOutput; mutable int m_cepOutput; mutable int m_pvOutput; mutable int m_amOutput; + mutable int m_envOutput; + mutable int m_esOutput; void fft(unsigned int n, bool inverse, double *ri, double *ii, double *ro, double *io);