BASS.NET API for the Un4seen BASS Audio Library

DSP_GainGain_dBV Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the amplification level (in dBV, Min.: -Infinity, Max.: +60, no amplification at a value of 0.0 dB).

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

public double Gain_dBV { get; set; }

Property Value

Type: Double
Remarks

Using this property will actually convert the specified dB value into a factor (see Gain) internally. The sample data is then multiplied by this factory. The reference voltage for dBV is exactly 1.0 volt.

Values between -Infinity and less than 0.0 dB will actually be an attenuation of the signal level.

Values above 0.0 dB will actually be an amplification of the signal level, whereas a value of exactly 0.0 will leave the signal level unmodified.

The gain can also be applied directly via Gain (factor, Min.: 0.0, Max.: 1024.0, no amplification at 1.0).

See Also

Reference