OpenAI::RealtimeSessionCreateResponseGAAudioInputNoiseReduction
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(pull : JSON::PullParser)
Sourcenew(type_value : NoiseReductionType | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value
Sourcetype_value=(type_value : NoiseReductionType | Nil)
Source