Class RealtimeEvent.Client.InputAudioBuffer
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI.Realtime
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public static class RealtimeEvent.Client.InputAudioBuffer
Fields
| Edit this page View SourceAppend
Send this event to append audio bytes to the input audio buffer.
Declaration
public const string Append = "input_audio_buffer.append"
Field Value
| Type | Description |
|---|---|
| string |
Clear
Send this event to clear the audio bytes in the buffer.
Declaration
public const string Clear = "input_audio_buffer.clear"
Field Value
| Type | Description |
|---|---|
| string |
Commit
Send this event to commit audio bytes to a user message.
Declaration
public const string Commit = "input_audio_buffer.commit"
Field Value
| Type | Description |
|---|---|
| string |