Table of Contents

Class NoiseReductionConfig

public class NoiseReductionConfig
Inheritance
object
NoiseReductionConfig

Fields

FarField

Predefined configuration for far-field microphones such as laptop or conference room microphones.

public static readonly NoiseReductionConfig FarField

Field Value

NoiseReductionConfig

NearField

Predefined configuration for near-field microphones such as headphones.

public static readonly NoiseReductionConfig NearField

Field Value

NoiseReductionConfig

Properties

Type

Optional. Type of noise reduction. near_field is for close-talking microphones such as headphones, far_field is for far-field microphones such as laptop or conference room microphones.

public string Type { get; set; }

Property Value

string