0

I want to develop an vu-meter and it reacts with sound, like a live-wallpaper Can anybody help me...

nithin alex
  • 111
  • 13
Ramesh Akula
  • 5,720
  • 4
  • 43
  • 67

1 Answers1

-4

Use MediaRecorder.getMaxAmplitude

This method returns the maximum absolute amplitude that was sampled since the last call to this method. Call this only after the setAudioSource().

http://developer.android.com/reference/android/media/MediaRecorder.html

jordenysp
  • 2,644
  • 22
  • 17