ClientEventInputAudioTurnAppend interface
Appends audio data to an ongoing input turn.
- Extends
Properties
| audio | Base64-encoded audio chunk. |
| turn |
The ID of the turn this audio is part of. |
| type | The event type, must be 'input_audio.turn.append'. |
Inherited Properties
| event |
Property Details
audio
Base64-encoded audio chunk.
audio: string
Property Value
string
turnId
The ID of the turn this audio is part of.
turnId: string
Property Value
string
type
The event type, must be 'input_audio.turn.append'.
type: "input_audio.turn.append"
Property Value
"input_audio.turn.append"