UNPKG

nwhisper

Version:

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

4 lines 242 B
import type { Logger } from './types'; export declare const checkIfFileExists: (filePath: string) => void; export declare const convertToWavType: (inputFilePath: string, logger?: Logger) => Promise<string>; //# sourceMappingURL=utils.d.ts.map