Type alias NoiseSuppressorParams

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

Type declaration

  • Optional state?: boolean
  • Optional threshold?: number