Class NoiseReductionConfig
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI.Realtime
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public sealed class NoiseReductionConfig
Fields
| Edit this page View SourceFarField
Predefined configuration for far-field microphones such as laptop or conference room microphones.
Declaration
public static readonly NoiseReductionConfig FarField
Field Value
| Type | Description |
|---|---|
| NoiseReductionConfig |
NearField
Predefined configuration for near-field microphones such as headphones.
Declaration
public static readonly NoiseReductionConfig NearField
Field Value
| Type | Description |
|---|---|
| NoiseReductionConfig |
Properties
| Edit this page View SourceType
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.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |