Extensions
Voice Extension
Local speech-to-text model install and transcription
Voice Extension
The Voice extension provides local speech-to-text (STT).
Common commands
sma voice models
sma voice on SenseVoiceSmall
sma voice install whisper-large-v3-turbo
sma voice use whisper-large-v3-turbo
sma voice transcribe ./demo.ogg --language en
sma voice offNotes
voice onsupports interactive model selection.voice installinstalls models without enabling the extension; existing local models are skipped unless--forceis set.- Configuration is stored at
ship.json.extensions.voice.
Runtime status
sma extension status voice