diff Yin.h @ 136:7cbf40306c10 vamp-fft-revision

Add state to YinUtil, prepare to use the Vamp FFT (but don't actually use it yet)
author Chris Cannam
date Fri, 19 Aug 2016 12:00:13 +0100
parents 2c73618b4067
children
line wrap: on
line diff
--- a/Yin.h	Fri Aug 19 11:31:57 2016 +0100
+++ b/Yin.h	Fri Aug 19 12:00:13 2016 +0100
@@ -26,6 +26,8 @@
 using std::vector;
 using std::pair;
 
+class YinUtil;
+
 class Yin
 {
 public:
@@ -64,6 +66,7 @@
     mutable size_t m_yinBufferSize;
     mutable bool   m_fast;
     // mutable bool m_removeUnvoiced;
+    YinUtil *m_yinUtil;
 };
 
 #endif