UNPKG

@favdevs/payload-ai

Version:

<p align="center"> <img alt="Payload AI Plugin" src="assets/payload-ai-intro.gif" width="100%" /> </p>

9 lines (8 loc) 253 B
type ElevenLabsTextToSpeechOptions = { voice_id: string; }; export declare const generateVoice: (text: string, options: ElevenLabsTextToSpeechOptions) => Promise<{ alignment: string[]; buffer: Buffer<ArrayBuffer>; } | undefined>; export {};