1

I want to get the amplitude of recorded sound via audio recorder after every 1 second. But I am not getting any clue.

Secondly can we record sound from both audio recorder as well as media recorder same time?

Singhak
  • 8,508
  • 2
  • 31
  • 34
  • Possible duplicate of http://stackoverflow.com/questions/12018794/record-sound-in-android-and-read-amplitude for the first part – Jeremy D Apr 20 '13 at 12:09
  • more proper http://stackoverflow.com/questions/11066470/how-to-check-strength-intensity-of-audio-while-recording – Ketan Parmar Apr 20 '13 at 12:21
  • 2
    #KPBird and #Jeremy D Both post are using Media Recorder and in media recorder there is a method getMaxAmplitude() but I am using audio Recorder... – Singhak Apr 20 '13 at 12:45

1 Answers1

-1

You may use getSampleRate () method. It returns value in hz.