Codex.Voice.Events.VoiceStreamEventAudio (Codex SDK v0.7.2)

Copy Markdown View Source

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

t()

@type t() :: %Codex.Voice.Events.VoiceStreamEventAudio{
  data: binary() | nil,
  type: :voice_stream_event_audio
}