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 211 B
export declare function synthesize(text: string, speakerId: string | null, serverURL?: string): Promise<{ rawAudio: import("@echogarden/wave-codec").RawAudio; }>; //# sourceMappingURL=CoquiServerTTS.d.ts.map