Voice2text

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

modbender Updated 12 repo stars

File contents

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"}'

modbender/skill-library-mcp/tree/main/data/voice2text commit 6f7a0dd266

Frequently asked questions

npx skillmds@latest add modbender/voice2text