Reputation: 4718
Is there any Android API that allows me to read the sound level of an audio file? Cause I need to write a visual effect which is generated by the audio level of a playing track.
Upvotes: 0
Views: 192
Reputation: 4391
See http://developer.android.com/reference/android/media/audiofx/Visualizer.html
Upvotes: 0
Reputation: 6712
That's not really an Android topic. I guess working with the Audio buffer will help you with that. Check out this link: http://www.daniweb.com/software-development/java/threads/197893
Upvotes: 1