The Lyrics Generator is a simple Go application designed to effortlessly create time-synced lyrics.
Music: Please Please Please by Sabrina Carpenter
- Simple Interface: Easy-to-use application for generating synchronized lyrics.
- Efficient: Quickly creates time-synced lyrics for various uses.
- Export to LRC: Export generated lyrics as LRC files.
- Dashboard: Interactive dashboard available on specified port (configured via
.env
file).
You can download the binaries from the GitHub Releases page.
- Download the Binary: Obtain the appropriate binary for your operating system from the Releases page.
- Run the Application:
./go-lrc-[os-arch]
- Access the Dashboard:
- Navigate to
http://localhost:<port>
in your browser (port specified in.env
file). - Import a track to the dashboard.
- Play the track and insert lyrics along with current timestamps.
- Navigate to
Contributions are welcome! If you find any issues or have suggestions, please open an issue or a pull request on the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.