BASS.NET API for the Un4seen BASS Audio Library

DSP_SoftSaturationFactor_dBV Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the Soft Saturation factor in dBV between NegativeInfinity and -0.0001 (default is -6 dB).

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

public double Factor_dBV { get; set; }

Property Value

Type: Double
Remarks

The signal will be dynamically sharped, if the signal amplitude is above this given factor.
See Also

Reference