UNPKG

echogarden

Version:

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

13 lines (12 loc) 764 B
import * as NodePath from 'node:path'; export declare function getModuleRootDir(): string; export declare function resolveToModuleRootDir(relativePath: string): string; export declare function getLowercaseFileExtension(filename: string): string; export declare function getAppTempDir(appName: string): string; export declare function joinPath(...paths: string[]): string; export declare function resolvePath(...paths: string[]): string; export declare function normalizePath(path: string): string; export declare function getBaseName(path: string): string; export declare function getDirName(path: string): string; export declare function getFileNameWithoutExtension(filePath: string): string; export declare function parsePath(path: string): NodePath.ParsedPath;