Class RealtimeEvent.Client.InputAudioBuffer
public static class RealtimeEvent.Client.InputAudioBuffer
- Inheritance
-
objectRealtimeEvent.Client.InputAudioBuffer
Fields
Append
Send this event to append audio bytes to the input audio buffer.
public const string Append = "input_audio_buffer.append"
Field Value
- string
Clear
Send this event to clear the audio bytes in the buffer.
public const string Clear = "input_audio_buffer.clear"
Field Value
- string
Commit
Send this event to commit audio bytes to a user message.
public const string Commit = "input_audio_buffer.commit"
Field Value
- string