Skip to content

Polly  >  Structures  >  AudioEvent

AudioEvent

Structure Class

AudioEvent dataclass

Contains a chunk of synthesized audio data.

Attributes

audio_chunk class-attribute instance-attribute
audio_chunk: bytes | None = None

A chunk of synthesized audio data encoded in the format specified by the OutputFormat parameter.