Skip to content

Voiceitt — Personalised ASR for Atypical Speech

Summary

Voiceitt (voiceitt.com, commercial) is an augmentative and alternative communication (AAC) tool designed for users with atypical speech caused by ALS, cerebral palsy, Parkinson's disease, stroke, and similar conditions. [EVIDENCE src-008] Its core technical approach is personalised speech model adaptation: users record 50–200 training utterances, and the model adapts to that speaker's specific voice characteristics including breathiness, pitch monotony, and reduced intelligibility. [EVIDENCE src-008] Available on iOS and Android, Voiceitt integrates with smart home devices, apps, and dictation workflows. [EVIDENCE src-008] It is a concrete existence proof that practical voice accessibility for non-standard speech is achievable with relatively small training sets.

Key Findings

  • Personalised model training: Users record 50–200 utterances to train a speaker-adapted model. [EVIDENCE src-008] This training volume is small enough to complete in a single onboarding session, making it practical for end users without technical expertise.
  • Atypical speech characteristics addressed: The personalisation adapts to breathiness, pitch monotony, reduced intelligibility, irregular rhythm, and other characteristics common in neurodegenerative and motor conditions. [EVIDENCE src-008]
  • Target conditions: ALS, cerebral palsy, Parkinson's disease, stroke, and other motor speech disorders. [EVIDENCE src-008]
  • Platform: iOS and Android. [EVIDENCE src-008] Desktop platforms (Linux, macOS, Windows) are not directly supported — a gap YazSes could fill.
  • Integration scope: Smart home control, app control, and dictation. [EVIDENCE src-008] The dictation use case overlaps directly with YazSes's core feature.
  • Business model: Commercial product with no open-source release. [EVIDENCE src-008] The underlying adaptation technique (few-shot speaker adaptation) is described in published research, even if Voiceitt's specific models are proprietary. [HYPOTHESIS]

Relevance to YazSes Innovation Domains

Domain Relevance Notes
Streaming ASR LOW Voiceitt is utterance-based; streaming adaptation not documented
SSH/remote LOW No remote computing use case documented
Code awareness LOW Not designed for programming vocabulary; general dictation only
Accessibility HIGH Primary reference for atypical-speech adaptation; validates 50–200 utterance onboarding approach
AR/VR/XR LOW No XR integration documented
Gaming LOW No gaming use case documented; atypical-speech gaming accessibility is an unexplored niche

Gaps Surfaced

  • gap-atypical-1: Voiceitt targets mobile platforms; no desktop Linux/macOS/Windows equivalent exists in the open-source ecosystem. [EVIDENCE src-008] YazSes could provide the first open, offline atypical-speech adaptation layer for desktop dictation.
  • gap-atypical-2: The number of training utterances (50–200) needed for effective adaptation is documented for Voiceitt's proprietary model, but equivalent figures for fine-tuning Whisper on atypical speech are not established. [TODO: find source]
  • gap-atypical-3: Whisper's base training data is predominantly typical speech; it is not known how many adaptation samples are required to bring Whisper to parity with Voiceitt's personalised models. [TODO: find source]
  • gap-atypical-4: Voiceitt is commercial and closed-source; its adaptation algorithm cannot be directly adopted by YazSes, which would need to implement or source an equivalent open technique (e.g. LoRA fine-tuning of Whisper on speaker samples).
  • gap-atypical-5: Privacy implications of storing speaker voice samples locally vs. cloud training are not addressed in Voiceitt's public documentation — important for YazSes's offline-first and privacy-centric positioning.