Is it possible to use Microphone related features on Android?

Hello,
I want to create some Microphone related features.

Firstly, want to measure a user’s VOICE PITCH & VOLUME AT RUNTIME.

Secondly, want to record a user’s voice.

If I remember correctly, there were some code examples about the first feature for Windows. So I’m thinking of examining the examples by myself, but wonder if it would work correctly on Android as well in the first place.

Also, want to know if the same is true for iOS.
I might solve above problems with Android native APIs, but the reason why I’m trying to use FMOD is, cross-platform development.

You should be able to find examples for all platforms, in their respective API downloads:
https://fmod.com/download#fmodstudio

The record example in the LowLevel would be the best place to start.

1 Like