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) • 311 B
TypeScript
import { GaxiosOptions } from 'gaxios';
export declare function downloadAndExtractTarball(options: GaxiosOptions, targetDir: string, baseTempPath: string, displayName?: string): Promise<void>;
export declare function downloadFile(options: GaxiosOptions, targetFilePath: string, prompt?: string): Promise<void>;