RMSAnalyser
AudioNode analysing the RMS (Root Mean Square) level of the input signal and
regularly emitting the value through a user-defined callback.
Interface
callback
optional
Type
(rms: number) => void
smoothingTime
The smoothing time in seconds of the RMS value.
Type
AudioParam
updateInterval
The interval in seconds at which the RMS value is emitted.
Type
AudioParam