BASS.NET API for the Un4seen BASS Audio Library

DSP_GainGain Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the amplification level (factor, Min.: 0.0, Max.: 1024.0, no amplification at 1.0).

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

public double Gain { get; set; }

Property Value

Type: Double
Remarks

The sample data is actually multiplied by this factory.

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

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

The gain can also be applied via Gain_dBV (dB, Min.: -Infinity, Max.: +60, no amplification at a value of 0.0).

See Also

Reference