Back to All

Android SDK question - Microphone audio data access

Hello,

I am looking through the SDK and do not see a method to access the microphone audio data. We need it within our app to infer sound recordings (like snoring, coughing, etc.)

It should be possible to duplicate the bytearray produced from the AudioRecord and send it back as a callback.

Also, are you thinking about actually detecting certain sounds and returning the recordings?

Thanks