Whisper CLI — Whisper 命令行界面(CLI)
v1.0.0使用 Whisper CLI 进行本地语音转文本(无需 API 密钥)。
0· 64·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install clw-whisper
镜像加速npx clawhub@latest install clw-whisper --registry https://cn.longxiaskill.com 镜像可用
技能文档
Whisper (CLI) 使用 Whisper 在本地转录音频。快速开始 whisper /path/audio.mp3 --model medium --output_format txt --output_dir . whisper /path/audio.m4a --task translate --output_format srt 注意 模型在第一次运行时下载到 ~/.cache/whisper。--model 默认为此安装的 turbo。使用较小的模型以提高速度,较大的模型以提高准确率。