androidu
androidu

Reputation: 4718

Reading the sound level of a playing local audio file to generate a wu-meter in Android

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

Answers (2)

Tim
Tim

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

Related Questions