UNPKG

echogarden

Version:

An easy-to-use speech toolset. Includes tools for synthesis, recognition, alignment, speech translation, language detection, source separation and more.

5 lines 499 B
export declare function synthesize(text: string, language: string | undefined, voice: string, region: string, accessKeyId: string, secretAccessKey: string, engine?: 'standard' | 'neural', ssmlEnabled?: boolean, lexiconNames?: string[]): Promise<{ rawAudio: import("@echogarden/wave-codec").RawAudio; }>; export declare function getVoiceList(region: string, accessKeyId: string, secretAccessKey: string): Promise<import("@aws-sdk/client-polly").Voice[]>; //# sourceMappingURL=AwsPollyTTS.d.ts.map