faster-whisper-transcribe
v1.0.0使用 Faster Whisper 模型将本地音频文件中的语音转录为文本,实现快速且注重隐私的语音识别。
Installation
Please help me install the skill `faster-whisper-transcribe` from SkillHub official store.
npx skills add Kalmuraee/faster-whisper-transcribe
Voice Transcription Skill
Transcribes voice messages using Faster Whisper (local, privacy-first).
Requirements
pip3 install --break-system-packages faster-whisper
Usage
# Transcribe a voice file
voice-transcribe /path/to/audio.ogg
# Or use with media path
voice-transcribe ~/.openclaw/media/inbound/file_xxx.ogg
Models
tiny- Fastest, lowest accuracy (default)base- Balancedsmall- Better accuracymedium- High accuracy (requires more RAM)
Output
Returns transcribed text from voice messages.