From 86183d8a17c7561706d76afe678f49bee56e0000 Mon Sep 17 00:00:00 2001 From: John Glover Date: Mon, 9 Jul 2012 23:39:35 +0200 Subject: [sms, peak_detection] Add realtime analysis parameter, avoid performing non-real-time specific checks when running in realtime mode. --- src/sms/sms.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sms/sms.h') diff --git a/src/sms/sms.h b/src/sms/sms.h index c72b6c1..d1ac049 100644 --- a/src/sms/sms.h +++ b/src/sms/sms.h @@ -242,6 +242,7 @@ typedef struct SMSAnalysisParams sfloat fPeakContToGuide; /*!< contribution of previous peak to current guide (between 0 and 1) */ sfloat fFundContToGuide; /*!< contribution of current fundamental to current guide (between 0 and 1) */ sfloat fFreqDeviation; /*!< maximum deviation from peak to peak */ + int realtime; /*!< perform realtime analysis */ int iSamplingRate; /*! sampling rate of sound to be analyzed */ int iDefaultSizeWindow; /*!< default size of analysis window in samples */ int windowSize; /*!< the current window size */ -- cgit v1.2.3