how to play LRC and music in Music Player - android

I want to make a music player, it can play music and appear music lyrics, I can't find any api regarding this, can you give me some open-source app about this, or any example. I only know when i play music in a thread, and show lyrics in other thread, then Refresh user interface. my knowledge about is lil , could you guys suggest me.

I got the same question as yours, but why nobody wanna answer it? The only thing I found was http://tika.apache.org/0.10/api/org/apache/tika/parser/mp3/LyricsHandler.html, hopefully, it can help you.

Related

How to play sound in whole Android Application background

Hello stackoverflow's members !!
I have terrible problem, I don't know how to implement service to play sound in background in my whole application.
I followed this tutorial but it seems to be not working for me.
Have you guys any idea how to do that?

Android SDK for determining the music being played around you?

I'm looking into creating an android app and wanted to make something that could show what people around the user are listening to. Is there any way to do this? I've been looking at the Spotify SDK and it dosen't appear to be possible, but I wanted to confirm.
Sarah Markers,
To identify the music being played around you, I would suggest you to read this article http://www.royvanrijn.com/blog/2010/06/creating-shazam-in-java/ .
I could not find anything on Spotify SDK which can help you with determining the music.

How to play multiple sound at the same time?

I want to make an android program to play several sounds from the raw folder.And each sound can be controlled by its own play/pause button and the other thing is, this program can run in background also(as a service) How do i do that please some one help me to do this I already tried this but it is not working.Any help would be appreciated...
I think it is better to use SoundPool class to manage multiple sounds at the same time.

Frame by frame animation with Audio using Services in Android

I need some help in the concept of Services in Android? Actually i want to Play some sounds with animation in Android. I'm done with frame by frame animation successfully but want to play some audio with animation. I got some ideas about Services from google but I'm unable to get their point, so that i am posting it over here. If anyone has any idea about how can i do this please give me some suggestion to do this. It would be very helpful to me.
Have a nice day ahead...
Thank you!!
You'd need to take a look at,
MediaPlayer
I think the documentation given is self-explanatory. Also you need not make use of a separate Service for playing the sounds, unless of course you have a special need.

Audio (MediaPlayer) On an Android Help

I'm pretty sure this must be possible...
But is there a way to find the 'noise produced' by a currently playing sound (MediaPlayer)
-Like in many music editor software you import a song and it does a graphical layout of the song -like a graph with it higher up at louder bits.
Hard to explain.
But there must be a way to do this on android...
Does anyone know?
Thanks alot.
James
(Not the whole graph thing -just like, the noise/decibels currently playing or something...)
AFAIK, you cannot intercept the audio output of another application, if that is what you are asking.

Categories

Resources