BASS.NET API for the Un4seen BASS Audio Library

DSP_IIRDelayFeedback Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the feedback factor of the processed signal between 0.0 (none) and 1.0 (full) which should be stored in the delay buffer - default is 0.5.

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

public double Feedback { get; set; }

Property Value

Type: Double
Remarks

This property defines how much of the processed signal will be feed back to the delay buffer.

A values of 0.0 means, that only the original signal is used and stored in the delay buffer. A value of 1.0 means, that only the processed signal is used and stored in the delay buffer.

If you assign values outside this range they will actually be capped to [0.0...1.0].

See Also

Reference