本地语音转文字。使用 faster-whisper 在本地运行 Whisper 模型,无需 API 费用。
python3 ~/.openclaw/workspace/scripts/transcribe.py <audio_file> [language]
首次运行时会自动下载模型 (~75MB for small 模型)
可修改脚本中的 model_size 切换模型。
免费(本地运行)
✅ faster-whisper 已安装 ✅ small 模型可自动下载
ZIP package — ready to use