# Is it possible to use Microphone related features on Android?

**URL:** https://qa.fmod.com/t/is-it-possible-to-use-microphone-related-features-on-android/13799
**Category:** FMOD Engine
**Created:** [March 30, 2018, 11:19am UTC](https://qa.fmod.com/t/is-it-possible-to-use-microphone-related-features-on-android/13799 "2018-03-30T11:19:40Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jiyongman](https://avatars.discourse-cdn.com/v4/letter/j/ebca7d/32.png) [@jiyongman](https://qa.fmod.com/u/jiyongman)
#### Post date: [March 30, 2018, 11:19am UTC](https://qa.fmod.com/t/is-it-possible-to-use-microphone-related-features-on-android/13799/1 "2018-03-30T11:19:40Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [April 3, 2018, 2:50am UTC](https://qa.fmod.com/t/is-it-possible-to-use-microphone-related-features-on-android/13799/2 "2018-04-03T02:50:28Z")

</div>

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

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