Mercurial > hg > libxtract
diff src/xtract_globals_private.h @ 161:246c203cc733
Add wavelet-based pitch tracker
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 31 May 2013 22:44:03 +0100 |
parents | 9283aaf1ffb8 |
children | ecd6f2cf1346 |
line wrap: on
line diff
--- a/src/xtract_globals_private.h Fri May 31 22:43:17 2013 +0100 +++ b/src/xtract_globals_private.h Fri May 31 22:44:03 2013 +0100 @@ -27,6 +27,7 @@ #define XTRACT_GLOBALS_PRIVATE_H #include "fft.h" +#include "dywapitchtrack/dywapitchtrack.h" #ifdef DEFINE_GLOBALS #define GLOBAL @@ -46,5 +47,7 @@ GLOBAL xtract_vdsp_data vdsp_data_autocorrelation_fft; #endif +GLOBAL dywapitchtracker wavelet_f0_state; + #endif /* Header guard */