Property EnableLowPassFilter
EnableLowPassFilter
Gets or sets whether to apply a Hamming-windowed sinc FIR low-pass filter before resampling to 16 kHz. Defaults to true (filter enabled). When enabled, reduces aliasing and smooths audio at the cost of extra CPU usage and processing time.
public bool EnableLowPassFilter { get; set; }