UNPKG

speechflow

Version:

Speech Processing Flow Graph

10 lines (9 loc) 406 B
export declare class NodeConfig { readonly audioChannels: number; readonly audioBitDepth: number; readonly audioLittleEndian: boolean; readonly audioSampleRate: number; readonly textEncoding: string; cacheDir: string; constructor(audioChannels?: number, audioBitDepth?: number, audioLittleEndian?: boolean, audioSampleRate?: number, textEncoding?: string, cacheDir?: string); }