Type alias VocalCancelerParams

VocalCancelerParams: {
    depth?: number;
    state?: boolean;
}

Type declaration

  • Optional depth?: number
  • Optional state?: boolean