'Declaration Public MustOverride Function getHPSynthesisFilter() As Single()
public abstract float[] getHPSynthesisFilter()
Return Value
The time-reversed high-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 getHPSynthesisFilter() As Single()
public abstract float[] getHPSynthesisFilter()