1
vote
1answer
601 views

Use streaming audiorecord in audiomanager

I'm trying to determine the volume level of what is currently being fed through the microphone with 'getStreamVolume' in 'audiomanager'. THe only available source streams listed in the documentation ...
1
vote
2answers
5k views

Android AudioRecord initialization fails every time

My problem is simple to explain -- I am trying to create a AudioRecord object but it fails to initialize (ie after the constructor, getState returns 0, indicating failure). I am running this from ...