UNPKG

smart-whisper-electron

Version:

Whisper.cpp Node.js binding with auto model offloading strategy.

8 lines (6 loc) 179 B
export * from "./binding"; export * from "./model"; export * from "./transcribe"; export * from "./types"; export * from "./whisper"; export * as manager from "./model-manager";