UNPKG

nwhisper

Version:

Native Node.js bindings for OpenAI's Whisper using whisper.cpp. High-performance local speech-to-text with custom model support.

3 lines 163 B
import type { IOptions } from '.'; export declare const constructCommand: (filePath: string, args: IOptions) => string; //# sourceMappingURL=WhisperHelper.d.ts.map