jacquesh / foo_openlyrics

An open-source lyric display panel for foobar2000
MIT License
429 stars 24 forks source link

Feature suggestion: Listening sync #128

Closed HeresJonny closed 1 year ago

HeresJonny commented 2 years ago

There's a project that is able to sync subtitles for movies/tv shows by analyzing spoken context: https://subsync.online/ I wonder how this would fare with music and lyrics... it would probably depend on the type of music and how much frequencies could be filtered.

jacquesh commented 2 years ago

Oh thats pretty neat. Unfortunately it relies on machine learning which is seldom done directly in C++ and I'm not embedding python into OpenLyrics. If I got into ML at some point it would be an interesting project to try replicate but for now it's not happening.

jacquesh commented 1 year ago

Actually, I'm closing this because realistically I'm never going to do it. This seems like a job for a separate tool that turns a track with unsynced lyrics into synced lyrics.