README.md
September 7, 2026 ยท View on GitHub
๐ฆ Repository
Accompanist released a group of artifacts, including:
-
lyrics-core- Parsing lyrics file, holding data and exporting to other formats. -
lyrics-ui- Standard lyrics interface built on Jetpack Compose
This repository hosts the lyrics-ui code.
โจ Features
-
๐ค Multi-Voice & Duet Support: Effortlessly display lyrics for multiple singers.
-
๐ถ Accompaniment Line Support: Styles main vocals from accompaniment lines.
-
โก๏ธ High-Performance Rendering: Engineered for buttery-smooth animations and low overhead, ensuring a great user experience even on complex lyrics.
๐ Installation
Add the dependency to your build.gradle.kts:
dependencies {
implementation("com.mocharealm.accompanist:lyrics-ui:VERSION")
}
Replace VERSION with the latest version from Maven Central.
๐ค Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue to discuss your ideas. For major changes, please open an issue first.
๐ License
This project is licensed under the Apache License 2.0. See the LICENSE file for details.