Skip to main content
Triggered when the server detects that the user has stopped speaking. Handle this event to know that the user has finished speaking and the system is processing their input.

Event Properties

string
Event type. Always "realtime.input_audio_buffer.speech_stopped" for this event.
object
Event data object. May be empty or contain additional metadata.

Usage Example

After this event, you will receive realtime.conversation.item.input_audio_transcription.completed when the transcription is complete.