UNPKG

echogarden

Version:

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

11 lines (10 loc) 693 B
export declare function createTarball(filePath: string, outputFile: string, prefixPath?: string): Promise<void>; export declare function createTarballForFile(filePath: string, outputFile: string, prefixPath?: string): Promise<void>; export declare function createTarballForDir(inputDir: string, outputFile: string, prefixPath?: string): Promise<void>; export declare function extractTarball(filepath: string, outputDir: string): Promise<void>; export declare function getDeflateCompressionMetricsForString(str: string): Promise<{ originalSize: number; compressedSize: number; ratio: number; }>; export declare function computeDeltas(data: Float32Array): Float32Array<ArrayBuffer>;