UNPKG

@remotion/install-whisper-cpp

Version:

Helpers for installing and using Whisper.cpp

8 lines (7 loc) 443 B
export { ConvertToCaptionCaption, convertToCaptions, } from './convert-to-captions'; export type { OnProgress } from './download'; export { WhisperModel, downloadWhisperModel } from './download-whisper-model'; export { installWhisperCpp } from './install-whisper-cpp'; export type { Language } from './languages'; export { toCaptions } from './to-captions'; export { TranscribeOnProgress, TranscriptionJson, transcribe, } from './transcribe';