BASS.NET API for the Un4seen BASS Audio Library

DSP_StereoEnhancerWideCoeff Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the stereo wide (coefficient) controling the stereo enhancement between 0.0 (narrow, mono signal) and 10.0 (wide, enhanced stereo signal) - default is 2.0.

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

public double WideCoeff { get; set; }

Property Value

Type: Double
Remarks

A values of 0.0 will result in a narrow mono signal and a value of 1.0 in a original stereo, whereas values above 1.0 will provide an enhanced wide stereo signal.
See Also

Reference