UNPKG

subtitles-generator

Version:

Generate subtitles easily with ffmpeg and whisper

3 lines 213 B
import { WhisperCPPModelType } from './whisperCPPModelType.js'; export declare const getWhisperCPPModelFilePath: (modelType: WhisperCPPModelType) => string; //# sourceMappingURL=getWhisperCPPModelFilePath.d.ts.map