Docs
CodeRabbit
Cloudflare
Railway
SerpAPI
AG Grid
Netlify
WorkOS
OpenRouter
Clerk
Unkey
Sentry
Prisma
Electric
CodeRabbit
Cloudflare
Railway
SerpAPI
AG Grid
Netlify
WorkOS
OpenRouter
Clerk
Unkey
Sentry
Prisma
Electric
Class References
Function References
Interface References
Type Alias References
Variable References

GeneratedAudio

Type Alias: GeneratedAudio

ts
type GeneratedAudio = GeneratedMediaSource & object;
type GeneratedAudio = GeneratedMediaSource & object;

Defined in: packages/ai/src/types.ts:1567

A single generated audio output

Type Declaration

contentType?

ts
optional contentType: string;
optional contentType: string;

Content type of the audio (e.g., 'audio/wav', 'audio/mp3')

duration?

ts
optional duration: number;
optional duration: number;

Duration of the generated audio in seconds