Class NoiseReductionConfig
public class NoiseReductionConfig
- Inheritance
-
objectNoiseReductionConfig
Fields
FarField
Predefined configuration for far-field microphones such as laptop or conference room microphones.
public static readonly NoiseReductionConfig FarField
Field Value
NearField
Predefined configuration for near-field microphones such as headphones.
public static readonly NoiseReductionConfig NearField
Field Value
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