Downcity
Extensions

Voice Extension

Local speech-to-text model install and transcription

Voice Extension

The Voice extension provides local speech-to-text (STT).

Common commands

city voice models
city voice on SenseVoiceSmall
city voice install whisper-large-v3-turbo
city voice use whisper-large-v3-turbo
city voice transcribe ./demo.ogg --language en
city voice off

Notes

  • voice on supports interactive model selection.
  • voice install installs models without enabling the extension; existing local models are skipped unless --force is set.
  • Configuration is stored at console-global ~/.ship/ship.db under extensions_config.voice.

Runtime status

city extension status voice

Table of Contents