Search code examples
androidtextmedia-player

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?


Solution

  • 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 ...