I am recording my voice using AudioRecord class and I am playing it with a small delay using AudioTrack
How can I change what my voice sounds like?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the SoundPool class:
https://developer.android.com/reference/android/media/SoundPool.html
for example, using the
setRate (int streamID, float rate)method, you can change the rate at which sound is played back. If you increase the rate, you’ll sound like a chipmunk 🙂