🧪 Skills
Voice2text
Offline speech-to-text conversion using Vosk local model; input audio file path, output transcript text.
v1.0.0
Description
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"}'
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!