Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Displaying lyrics of MP3 song in Android

I would like to create music player, with a textView displaying lyrics of MP3 being played. The lyrics should displayed in center from right to left side, in sync with music. Any suggestions on how I can do this?

like image 945
vlkpo Avatar asked Nov 13 '22 03:11

vlkpo


1 Answers

I tried Ramakrishna's code from Marquee Set Speed and it is working great! Exactly what I was looking for. I need just prepare for each sentence, its starting time and duration. It is possible to get the current playback position in milliseconds from MediaPlayer so ...

like image 178
vlkpo Avatar answered Nov 16 '22 02:11

vlkpo