BASS.NET API for the Un4seen BASS Audio Library

DSP_PeakLevelMeterLevelL_dBV Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the current level signal of the left-channel as a dBV value (between -Infinity and 0.0 - or above, if a floating-point channel was selected).

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

public double LevelL_dBV { get; }

Property Value

Type: Double
Remarks

The reference voltage for dBV is exactly 1.0 volt.

Meaning a level signal of 0.0 dbV is equivalent to 1.0 volt or a level signal of -Infinity dBV is equivalent to 0.0 volt (and -6 dBV is approx. -0.5 volt).

See Also

Reference