Skip to content

Repository files navigation

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.

BUILDING

  1. Run build_self_contained.ps1 from the project folder.
  2. The script installs/builds the Python dependencies on the BUILD PC.
  3. It downloads the Faster-Whisper large-v3-turbo model on the BUILD PC.
  4. It downloads the current 64-bit FFmpeg Essentials build on the BUILD PC.
  5. It creates dist\Lyrics Studio\ with the application and bundled resources.
  6. Open installer.iss in Inno Setup and compile it.

The final installer is: installer\LyricsStudio-Setup-1.1.0.exe

TARGET PC

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

BUNDLED RESOURCES

dist\Lyrics Studio\runtime\ffmpeg.exe dist\Lyrics Studio\models\faster-whisper-large-v3-turbo\

IMPORTANT

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.

Screenshots

1. Main queue

Main queue

2. Lyrics input window

Lyrics input window

3. Automatic timing

Automatic timing

4. Manual timing

Manual timing

5. Completed song/export

Completed song-export

About

Desktop application for creating synchronized lyrics and IRC files from MP3 audio.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages