Type Alias NoiseSuppressorParams

NoiseSuppressorParams: {
    state?: boolean;
    threshold?: number;
}