Mic Input On Android

So I need to get mic input working on Android for mic level detection in-game.

I’ve done some research and it looks like it is possible to thunk C++ calls to java. Is this the best way to go about it? Writing native android java for mic input?

Would love for someone to tell me whether or not I should spend my time going down this route. Perhaps there is a better way, or it simply isn’t possible.

Thanks!

Did you ever attempt this? I’m curious as well. At first I thought perhaps their Android implementation sat on top of SDL and you could maybe use that, but it looks like SDL is just for the Linux implementation?