Lyrics Studio 1.1.0 - Self-Contained Edition
!!AUTOMATIC LRC MAKING IS IN BETA. IT WILL MAKE MISTAKES!!
This build is designed so the installed application does not require Python, pip, PySide6, FFmpeg, or an Internet connection to download the Faster-Whisper model.
- Run build_self_contained.ps1 from the project folder.
- The script installs/builds the Python dependencies on the BUILD PC.
- It downloads the Faster-Whisper large-v3-turbo model on the BUILD PC.
- It downloads the current 64-bit FFmpeg Essentials build on the BUILD PC.
- It creates dist\Lyrics Studio\ with the application and bundled resources.
- Open installer.iss in Inno Setup and compile it.
The final installer is: installer\LyricsStudio-Setup-1.1.0.exe
The target PC does NOT need:
- Python
- pip
- PySide6
- faster-whisper
- FFmpeg
- a Whisper model download
- an Internet connection for first-run model setup
The application stores user data under: %LOCALAPPDATA%\Lyrics Studio
dist\Lyrics Studio\runtime\ffmpeg.exe dist\Lyrics Studio\models\faster-whisper-large-v3-turbo\
The bundled FFmpeg build is obtained from Gyan.dev's Windows FFmpeg builds during the build process. The Faster-Whisper model is distributed as a local model for the application; review the model's own license before redistributing it commercially.
Copyright (c) 2026 Wesley.




