Skip to content

Warashi v0.1.4

Choose a tag to compare

@inni918 inni918 released this 19 Jun 19:31
· 3 commits to main since this release

Warashi v0.1.4

Hotfix for no voice on Windows.

  • Fixes "[WinError 2] ... error loading or converting generated audio file to wav" / no sound on Windows. The default voice produces an mp3, which the app decodes with a bundled ffmpeg. But the decoder also ran an optional "probe" step that needs a separate ffprobe tool we weren't bundling — on a clean Windows machine that step failed and killed the whole voice output. The probe is now optional: if it can't run, the app just decodes the audio directly. The default voice now works out of the box on Windows with no manual install.

If you're on Windows and got "[WinError 2]" or had a reply with text but no sound, grab v0.1.4. Includes everything from v0.1.2 / v0.1.3 (bundled ffmpeg, graceful handling when the optional translation service isn't running, one-click local-model download, editable default character, attach images/documents).