android

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

Take a look at the record 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 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

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