Voice Changer Android Java app/Arnold Schwarzenegger's voice

The android app that let's you say anything in Schwarzenegger's voice

Ratings: 0.00 / 5.00




Description

The Schwarzenegger Voice Changer app is an Android app that we will write in Java, using Android Studio. The app uses an API that takes in a String message, and in turn, it returns an audio file with the message said in Schwarzenegger's voice.

We are going to learn how to :
- setup the new project
- design and create the UI
- create a Model class and an Interface
- use Retrofit to send a POST request to the API
- parse the response
- write the audio file to disk
- play the audio using MediaPlayer

After this course, you will know how to create a new app, from start to finish.

Happy coding!

What You Will Learn!

  • Make a Voice Changer Android Java app that uses Arnold Schwarzenegger's voice

Who Should Attend!

  • Beginner and Intermediate Android developers