Romanized Lyrics for Songs Not In Latin Alphabet

Feature description:

Add romanized lyrics support for songs with non-Latin scripts. Allow users to toggle between original script lyrics (Korean, Japanese, Chinese, etc.) and romanized versions within the lyrics display. This could be implemented by integrating multiple lyrics providers or adding romanization processing to existing lyrics data.

Problem solved:

International music listeners cannot sing along to K-Pop, J-Pop, and other Asian songs because they cannot read the original scripts (Hangul, Kanji, Hiragana, etc.). The current lyrics display only show original scripts, making it impossible for users familiar with the Latin alphabet to sing along.

Brought benefits:

Enhances accessibility for international music fans who love Asian music but can only read Latin scripts, and fans wanting to sing along. Improves user engagement and makes Symfonium more competitive with features that major streaming platforms lack.

Other application solutions:

 
Some resources that might help:

Additional description and context:

 

 

Screenshots / Mockup:

 

   

You can already achieve this result if you’re willing to alter your .lrc files.
If you have synced lyrics in the original language and an unsynced translation, you can use this little script to merge them into a single .lrc file that follows:

[01:23.456]Original Language line
Translated Language line

Both of these would then be highlighted at the same time.
The script only works if the line counts match exactly.
Do also note that not all players support such multi-line lyrics tho.

1 Like