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 401 B
export declare function createNamedTarball(inputPath: string, name: string, tarballDir: string): Promise<void>; export declare function createTarballForEachDirIn(baseDir: string, namePrefix: string, tarballDir: string): Promise<void>; export declare function createTarballForEachFileIn(baseDir: string, namePrefix: string, tarballDir: string): Promise<void>; //# sourceMappingURL=TarballMaker.d.ts.map