Skip to content

v1.1.1 - NSIS installer + edition-switch menu

Choose a tag to compare

@trasles16-ux trasles16-ux released this 05 Sep 17:20
· 2 commits to main since this release

SpeechCraft Studio v1.1.1

Adds a proper Windows installer plus the in-app Edition Switcher.

What's new

NSIS installer (SpeechCraft_Studio_Setup.exe, 606 MB)

A single-file Windows setup wizard that walks you through:

  • Welcome page
  • MIT license
  • Edition choice (Core / Full radio buttons, Core pre-selected)
  • Install progress bar
  • Finish page with optional "Launch SpeechCraft Studio"

The installer places SpeechCraft Studio in C:\Program Files\SpeechCraft Studio\ with:

  • Start Menu shortcuts
  • A proper uninstaller (Control Panel → Programs → Uninstall)
  • Registry entries for Add/Remove Programs

Edition switcher (Help → Switch Edition...)

No need to re-run the installer if you change your mind. The Switch Edition menu item:

  • Opens the same Core/Full choice dialog as first-run onboarding
  • Saves your new preference
  • Prompts you to restart for the change to take effect

Both EXEs (SpeechCraft_Studio_Core.exe and SpeechCraft_Studio_Full.exe) are bundled, so the menu can switch between them instantly.

Fixed

  • Core startup crash: removed eager import of pedalboard in dialogs/effects_dialogs.py. The Core EXE no longer triggers an "unhandled exception: pedalboard" when launched from the Start Menu.
  • NSIS installer hang: File directives moved into the actual Section (where they compile correctly) and removed the post-install MessageBox that blocked the finish page from advancing.

Pick the right asset for you

Asset Size Use when
SpeechCraft_Studio_Setup.exe 606 MB First-time install on Windows — recommended
SpeechCraft_Studio_Core.exe 172 MB Portable use, no install needed, no Whisper/pedalboard
SpeechCraft_Studio.exe 435 MB Portable use, no install needed, all features

If you already have v1.1.0 installed, you can keep using the EXE files directly — v1.1.1 only adds installer + menu polish, no behavioral changes inside the app.