SkillHub

voice2text

v1.0.0

使用Vosk本地模型进行离线语音转文字,输入音频文件路径,输出转录文本。

Sourced from ClawHub, Authored by gs431047

Installation

Please help me install the skill `voice2text` from SkillHub official store. npx skills add gs431047/voice2text

voice2text

slug: voice2text title: Voice to Text description: Offline speech-to-text skill using Vosk local model. author: lxxtad license: MIT

入口: main.py implements run(params) – pass {"audio":"path/to.wav"} and get {"text":"transcript"}.

依赖: vosk, pytest.

使用示例:

clawhub install voice2text
clawhub run voice2text '{"audio":"sample.wav"}'