I am trying to run the audio recording http://developer.android.com/guide/topics/media/index.html, Its working fine, what I need is to show max amplitude while recording voice continuously. What is the best approach for that.
I am trying to run the audio recording http://developer.android.com/guide/topics/media/index.html , Its working fine, what
Share
Max amplitude gives max amplitude of the given sample, so I taken sample for every 250 milli seconds and calculated max amplitude
I used message handlers to modify front end using background process thread