Aj Openai Whisper — Aj OpenAI Whisper
v1.0.0Local speech-to-text with the Whisper 命令行工具 (no API key).
0· 270·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install aj-openai-whisper
镜像加速npx clawhub@latest install aj-openai-whisper --registry https://cn.longxiaskill.com 镜像可用
技能文档
Whisper (命令行工具)
Use whisper to transcribe audio locally.
Quick 启动
whisper /path/audio.mp3 --模型 medium --输出_格式化 txt --输出_dir . whisper /path/audio.m4a --task translate --输出_格式化 srt
Notes
模型s 下载 to ~/.缓存/whisper on first 运行. --模型 defaults to turbo on this 安装. Use smaller 模型s for speed, larger for accuracy.