BASS.NET API for the Un4seen BASS Audio Library

DSP_PeakLevelMeterRMS Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the current RMS value (root mean square, in voltage steps, between 0...32768...N) of the signal.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public double RMS { get; }

Property Value

Type: Double
Remarks

If CalcRMS is turned off (, default) this property would always return 0.0. Use CalcRMS to turn RMS calculation on or off.

The RMS is calculated based on the samples received in each DSP call.

See Also

Reference