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 244 B
import { RawAudio } from '../audio/AudioUtilities.js'; export declare function synthesize(text: string, pitch?: number, speed?: number, mouth?: number, throat?: number): Promise<{ rawAudio: RawAudio; }>; //# sourceMappingURL=SamTTS.d.ts.map