AudioMonitor.AudioFrequencyAnalyzer Class Reference

Audio monitor operator properties for Script Engine . Read the documentation for more info.

Properties

int Frequency [get, set]
 Frequency to scan for.
 
int FrequencyTolerance [get, set]
 How many Hz deviation is allowed (e.g., +/- 50Hz).
 
float ShapeTolerance [get, set]
 Strictness of the sine shape check (Lower = stricter).
 
float MinAmplitudeDb [get, set]
 Minimum amplitude to consider a signal valid (avoids detecting noise as a sine wave).
 
int AnalysisWindowSeconds [get, set]
 The time span (in seconds) used to calculate consistency and average frequency.
 
int ActualFrequency [get]
 Frequency matched.
 
bool IsMatch [get]
 Frequency matched.
 
int ConsistencyPercentage [get]
 Percentage (0 to 100) of the analysis window that matched the target.
 
Command ResetCommand [get]
 Reset operator settings.