* Add frequency range limits, frequency-wrap option, and silence
[vamp-aubio-plugins.git] / plugins / Pitch.h
index 9a0abb4..b54124d 100644 (file)
@@ -57,6 +57,11 @@ protected:
     aubio_pitchdetection_t *m_pitchdet;
     aubio_pitchdetection_type m_pitchtype;
     aubio_pitchdetection_mode m_pitchmode;
+    float m_minfreq;
+    float m_maxfreq;
+    float m_silence;
+    bool m_wrapRange;
+
     size_t m_stepSize;
     size_t m_blockSize;
     size_t m_channelCount;