'Declaration Public MustOverride Function getLPSynthesisFilter() As Single()
public abstract float[] getLPSynthesisFilter()
Return Value
The time-reversed low-pass synthesis waveform of the filter.
The returned array may not be modified (i.e. a reference to the internal array may be returned by the implementation of this method).
'Declaration Public MustOverride Function getLPSynthesisFilter() As Single()
public abstract float[] getLPSynthesisFilter()