BASS.NET API for the Un4seen BASS Audio Library

DSP_PanDitherFactor Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the dithering bitdepth of the triangular probability density function (TPDF) - default is 0.7.

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

public double DitherFactor { get; set; }

Property Value

Type: Double
Remarks

The TPDF is implemented as a "DitherFactor bit triangular dither", ie. by default a "0.7 bit triangular dither" is used.

Dithering only applies here when processing 8- or 16-bit sample data and when the UseDithering property has been set to .

See Also

Reference