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 (3 loc) 233 B
export declare function parseConfigFile(path: string): Promise<ParsedConfigFile>; export declare function parseJSONConfigFile(path: string): Promise<ParsedConfigFile>; export type ParsedConfigFile = Map<string, Map<string, string>>;