UNPKG

echogarden

Version:

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

6 lines (5 loc) 196 B
export declare function parseCLIArguments(args: string[]): ParsedCLIArguments; export interface ParsedCLIArguments { operationArgs: string[]; parsedArgumentsLookup: Map<string, string>; }