运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install whisper-stt-local-server
镜像加速npx clawhub@latest install whisper-stt-local-server --registry https://cn.longxiaskill.com 镜像可用
技能文档
Whisper STT 本地服务器 一个高性能的本地Whisper STT服务器桥接器。适用于对每毫秒都很重要的实时对话式AI代理。 仓库 https://github.com/fakehec/whisper-stt-local-server 架构 将所有转录请求重定向到位于http://localhost:5000的高性能本地GPU服务器。 使用方法 {baseDir}/scripts/whisper-bridge.sh /path/to/audio.mp3 large-v3-turbo en 关键指标 延迟:标准语音命令约~0.2s。 准确率:高(Whisper large-v3-turbo)。 并发性:混合线程管理的GPU架构。