# `Codex.Events.ThreadRealtimeOutputAudioDelta`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.18.1/lib/codex/events.ex#L553)

Event emitted when thread realtime streams output audio.

# `t`

```elixir
@type t() :: %Codex.Events.ThreadRealtimeOutputAudioDelta{
  audio: map(),
  thread_id: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
