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 281 B
import { type ModelName } from './constants'; import type { Logger } from './types'; export default function autoDownloadModel(logger?: Logger, autoDownloadModelName?: ModelName, withCuda?: boolean, modelDir?: string): Promise<void>; //# sourceMappingURL=autoDownloadModel.d.ts.map