Table of Contents

Property EnableLowPassFilter

Namespace
LMKit.Media.Audio
Assembly
LM-Kit.NET.dll

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; }

Property Value

bool