Class AudioOutputConfig
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI.Realtime
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class AudioOutputConfig
Properties
| Edit this page View SourceFormat
Optional. The format of the output audio.
Declaration
[JsonProperty("format")]
public RealtimeAudioFormatDto Format { get; set; }
Property Value
| Type | Description |
|---|---|
| RealtimeAudioFormatDto |
Speed
The speed of the model's spoken response as a multiple of the original speed.
1.0 is the default speed. 0.25 is the minimum speed.
1.5 is the maximum speed.
This value can only be changed in between model turns, not while a response is in progress.
This parameter is a post-processing adjustment to the audio after it is generated,
it's also possible to prompt the model to speak faster or slower.
Declaration
[JsonProperty("speed")]
public SpeechSpeed Speed { get; set; }
Property Value
| Type | Description |
|---|---|
| SpeechSpeed |
Voice
The voice the model uses to respond. Voice cannot be changed during the session once the model has responded with audio at least once. Current voice options are alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, and cedar. We recommend marin and cedar for best quality.
Declaration
[JsonProperty("voice")]
public string Voice { get; set; }
Property Value
| Type | Description |
|---|---|
| string |