UNPKG

echogarden

Version:

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

4 lines (3 loc) 167 B
export declare function synthesize(text: string, speakerId: string | null, serverURL?: string): Promise<{ rawAudio: import("@echogarden/wave-codec").RawAudio; }>;