Skip to content

Voica v0.5.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 10:45
· 12 commits to main since this release

Voica v0.5.0 — model choice, self-healing AI correction, history export.

What's new

  • Pick your Whisper model and language (Settings → Dictation): whisper-large-v3-turbo
    (faster, default) or whisper-large-v3 (more accurate), and auto‑detect / Russian / English.
    Forcing a language fixes short phrases that auto‑detect reads as the wrong language.
  • AI term correction now heals itself. The chat model is no longer hardcoded: Voica reads the
    live model list for your key, picks the best available one, remembers it, and switches
    automatically if Groq retires or renames a model — no app update needed. You can also pin a
    specific model in the picker.
  • Export your history to Markdown, CSV or JSON — the whole history with text and metadata
    (audio isn't included). CSV carries a UTF‑8 BOM so Excel shows Cyrillic correctly.
  • About moved into Settings as a fifth tab, along with the updates block ("Check now" +
    check‑on‑launch).
  • Better long dictations: local‑engine chunks now overlap, so a word or punctuation mark at a
    25‑second boundary is no longer split or lost.

Also: a transcription blocked for your Groq organization (HTTP 403) now tells you exactly which
model to allow.

Install

Two downloads to choose from (Windows 10 1809+ / x64):

File Size Needs
Voica.exe ~80 MB nothing — fully self-contained
Voica-fx.exe ~37 MB .NET 8 Desktop Runtime installed once

Not code-signed yet, so SmartScreen may warn → More info → Run anyway
(why, and how to verify).

Full changelog: https://github.com/Inhum/voica-win/blob/main/CHANGELOG.md