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!