class

OpenAI::RealtimeTranscriptionSessionCreateRequestGAAudioInputNoiseReduction

Inherits JSON::Serializable < Reference < Object

Configuration for input audio noise reduction. This can be set to null to turn off. Noise reduction filters audio added to the input audio buffer before it is sent to VAD and the model. Filtering the audio can improve VAD and turn detection accuracy (reducing false positives) and model performance by improving perception of the input audio.

Constructors

new(type_value : NoiseReductionType | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value
Source
type_value=(type_value : NoiseReductionType | Nil)
Source