UNPKG

@ai-stack/payloadcms

Version:

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

9 lines 284 B
type ElevenLabsTextToSpeechOptions = { voice_id: string; }; export declare const generateVoice: (text: string, options: ElevenLabsTextToSpeechOptions) => Promise<{ alignment: string[]; buffer: Buffer<ArrayBuffer>; }>; export {}; //# sourceMappingURL=generateVoice.d.ts.map