diff options
Diffstat (limited to 'src/sms/sms.h')
-rw-r--r-- | src/sms/sms.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |