m_maxDecibels 235 Source/modules/webaudio/RealtimeAnalyser.cpp const double rangeScaleFactor = m_maxDecibels == m_minDecibels ? 1 : 1 / (m_maxDecibels - m_minDecibels); m_maxDecibels 51 Source/modules/webaudio/RealtimeAnalyser.h void setMaxDecibels(double k) { m_maxDecibels = k; } m_maxDecibels 52 Source/modules/webaudio/RealtimeAnalyser.h double maxDecibels() const { return m_maxDecibels; } m_maxDecibels 92 Source/modules/webaudio/RealtimeAnalyser.h double m_maxDecibels;