BASS.NET API for the Un4seen BASS Audio Library

DSP_PeakLevelMeterAVG_dBV Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the current AVG value (average, in dBV) of the signal.

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

public double AVG_dBV { get; }

Property Value

Type: Double
Remarks

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

The reference voltage for dBV is exactly 1.0 volt.

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

See Also

Reference