type GeneratedAudio = GeneratedMediaSource & object;Defined in: packages/ai/src/types.ts:2093
A single generated audio output
optional contentType?: string;Content type of the audio (e.g., 'audio/wav', 'audio/mp3')
optional duration?: number;Duration of the generated audio in seconds