Transcribes voice messages using Faster Whisper (local, privacy-first).
pip3 install --break-system-packages faster-whisper
# Transcribe a voice file
voice-transcribe /path/to/audio.ogg
# Or use with media path
voice-transcribe ~/.openclaw/media/inbound/file_xxx.ogg
tiny - Fastest, lowest accuracy (default)base - Balancedsmall - Better accuracymedium - High accuracy (requires more RAM)Returns transcribed text from voice messages.
共 1 个版本