ManySpeech-CLI:开箱即用的本地命令行语音识别工具 ManySpeech-CLI 是一款免费、开箱即用、本地运行的命令行语音识别工具支持本地音频文件识别、麦克风实时流式识别自带交互操作模式模型自动下载、离线推理、字幕生成均可通过命令一键完成。工具无需云端、无需 GPU、无需复杂环境配置下载解压即可使用支持多种高质量语音模型语言覆盖广泛。首次使用时联网自动下载模型后续全程本地离线运行音频不上云、不泄露适合会议录音、私人录音等隐私场景。典型使用示例1. 长音频离线识别 生成字幕# FireRedASR 大模型manyspeech asr-toffline--modelfireredasr2-aed-large-zh-en-int8-onnx-selfcrosskv-offline-20260212-mchunk--formatsrt--threads2-ifile-f/path/to/0.wav# FunASR 轻量模型manyspeech asr-toffline--modelFun-ASR-Nano-2512-LLM-int8-onnx-mchunk--formatsrt--threads2-ifile-f/path/to/0.wav2. 麦克风实时语音识别manyspeech asr-tonline--modelparaformer-large-zh-en-int8-onnx-online-mchunk--formatsrt--threads2-imic manyspeech asr-tonline--modelk2transducer-zipformer-ctc-large-zh-onnx-online-yuekai-20250630-mchunk--formatsrt--threads2-imic manyspeech asr-tonline--modelk2transducer-zipformer-ctc-xlarge-zh-onnx-online-yuekai-20250630-mchunk--formatsrt--threads2-imic3. 语音静音检测VAD# 麦克风在线检测manyspeech vad-tonline-imic# 音频文件离线检测剔除静音manyspeech vad-toffline-fmeeting.wav# 指定输出格式manyspeech vad-toffline--formatwav-fnoisy_speech.wav4. 自动标点符号恢复# 直接输入文本manyspeech punc--text今天天气不错一起去郊游吧# 从文件读取manyspeech punc-ftranscript.txt# 指定输出JSON格式manyspeech punc--texthello world--formatjson# 交互输入manyspeech punc相关链接 官方文档https://manyeyes.github.io/manyspeech/ 软件下载https://manyeyes.github.io/manyspeech/cli/getting-started/installation.html 模型查询https://modelscope.cn/profile/manyeyes?tabmodel 参考ManySpeech​