# android

**URL:** https://qa.fmod.com/t/android/12683
**Category:** FMOD Engine
**Created:** [September 7, 2016, 3:31am UTC](https://qa.fmod.com/t/android/12683 "2016-09-07T03:31:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![uchup](https://avatars.discourse-cdn.com/v4/letter/u/ebca7d/32.png) [@uchup](https://qa.fmod.com/u/uchup)
#### Post date: [September 7, 2016, 3:31am UTC](https://qa.fmod.com/t/android/12683/1 "2016-09-07T03:31:35Z")

</div>

how do I get started using FMOD for sound effect modifiers application in android studio ?, I want to make an application to change the sound of recording the sounds to the animals, robots, aliens, and other  
I did not find a tutorial on how to use FMOD gradually, most of them are used in unity, I did not find use in the studio android

---

<div class="post-metadata">

### Author: ![mathew](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/mathew/32/431_2.png) [@mathew](https://qa.fmod.com/u/mathew)
#### Post date: [September 8, 2016, 5:20am UTC](https://qa.fmod.com/t/android/12683/2 "2016-09-08T05:20:17Z")

</div>

Take a look at the [record](http://www.fmod.org/documentation/#content/generated/example_lowlevel/record.html) example we ship with FMOD, it demonstrates what you are trying to achieve.

**EDIT:**  
If you simply want to apply DSP effects to an existing file, take a look at the [effects](http://www.fmod.org/documentation/#content/generated/example_lowlevel/effects.html) example.

---

<div class="post-metadata">

### Author: ![uchup](https://avatars.discourse-cdn.com/v4/letter/u/ebca7d/32.png) [@uchup](https://qa.fmod.com/u/uchup)
#### Post date: [September 8, 2016, 11:06am UTC](https://qa.fmod.com/t/android/12683/3 "2016-09-08T11:06:49Z")

</div>

> [@](#):
>
> Take a look at the [record](http://www.fmod.org/documentation/#content/generated/example_lowlevel/record.html) example we ship with FMOD, it demonstrates what you are trying to achieve.
> 
> **EDIT:**  
> If you simply want to apply DSP effects to an existing file, take a look at the [effects](http://www.fmod.org/documentation/#content/generated/example_lowlevel/effects.html) example.

Thank you for answering my questions.  
sorry, I do not quite understand. I would like to play from the voice file, from the file that I want to change to add to the effect of robots, animals, and how I should change the effect?  
and whether from record.cpp file can be used in android, while the voice which I changed from using the file recording function java in the Android Studio? not record from the beginning, but the voice file that already exists I want to change the effect, while record.cpp is a function to record the sound of my knowledge

---

<div class="post-metadata">

### Author: ![mathew](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/mathew/32/431_2.png) [@mathew](https://qa.fmod.com/u/mathew)
#### Post date: [September 8, 2016, 9:45pm UTC](https://qa.fmod.com/t/android/12683/4 "2016-09-08T21:45:44Z")

</div>

I’ve updated my answer above. Also, please note that we do not have examples for Android Studio. For details about our example see: [http://www.fmod.org/documentation/#content/generated/platform\_android/basics.html](http://www.fmod.org/documentation/#content/generated/platform_android/basics.html)
