Still a novice java developer, I need to build an Android app that
1 streams a single mp3 from a supplied URL and then
2 extracts volume and-or sound frequency data from the mp3 stream
3 drives a light show from the data in #2
I have a possible solution to #1 and am working on #2,
Can anyone suggest specific classes in the SDK I should be looking at?
Are there any existing Android projects on github or elsewhere that extract frequency and or volume data from streamed mp3 files I might examine and learn from?