UNPKG

nodejs-whisper

Version:

Node bindings for OpenAI's Whisper. Optimized for CPU.

3 lines (2 loc) 115 B
import { IOptions } from '.'; export declare const constructCommand: (filePath: string, args: IOptions) => string;