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) => voidsmoothingTime
The smoothing time in seconds of the RMS value.
Type
AudioParamupdateInterval
The interval in seconds at which the RMS value is emitted.
Type
AudioParam