BASS.NET API for the Un4seen BASS Audio Library

DSP_MonoInvert Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets, if the stereo signal should be inverted (forces inverted stereo information to be removed - default is ).

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

public bool Invert { get; set; }

Property Value

Type: Boolean
Remarks

Forcing to remove any stereo information which often results in a kind of karaoce effect. Also might be used, if there is an inverted phase in the stereo signal, if a mono signal had been recorded in stereo.
See Also

Reference