Skip to main content

Module paths

Module paths 

Source
Expand description

User-state directory helpers for the voice subsystem.

Centralises the ~/.omni-dev/voice/... layout so the capture, transcribe, install-model, and enroll commands all derive paths from a single source of truth.

Functions§

captures_dir
~/.omni-dev/voice/captures/ — destination for voice capture and the enrolment tempfile.
omni_dev_voice_root
~/.omni-dev/voice/ — root for voice-related user state.
speaker_file
~/.omni-dev/voice/speakers/<name>.json — path for a single enrolled speaker’s embedding JSON.
speakers_dir
~/.omni-dev/voice/speakers/ — destination for enrolled embeddings.