Audio data event from the voice pipeline.
The data field contains PCM audio bytes, or nil to signal the end
of an audio segment.
Summary
Types
@type t() :: %Codex.Voice.Events.VoiceStreamEventAudio{ data: binary() | nil, type: :voice_stream_event_audio }