BASS.NET API for the Un4seen BASS Audio Library

DSP_PeakLevelMeterLevelL Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the current level signal (in linear voltage steps) of the left-channel as an integer value (between 0 and 32768, 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 int LevelL { get; }

Property Value

Type: Int32
Remarks

The voltage steps are between 0 and 32768 or above. Meaning a level signal of 1.0 volt is equivalent to a value of 32768 which means 0 dBV. A level signal of 0.0 volt is equivalent to 0 which means -Infinity dBV (-0.5 volt is approx. 16384 as an integer value or -6 dbV).
See Also

Reference