Searched refs:maxDecibels (Results 1 – 4 of 4) sorted by relevance
60 double maxDecibels() const { return m_analyser.maxDecibels(); } in maxDecibels() function
90 if (k < maxDecibels()) { in setMinDecibels()95 ExceptionMessages::indexExceedsMaximumBound("minDecibels", k, maxDecibels())); in setMinDecibels()
31 …// minDecibels / maxDecibels represent the range to scale the FFT analysis data for conversion to …33 [RaisesException=Setter] attribute double maxDecibels;
52 double maxDecibels() const { return m_maxDecibels; } in maxDecibels() function