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 forvoice captureand 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.