Could we write a program that can generate voice? The code would allow us to manipulate the voice too. What are the requirements? I am basically interested in generating voice through iPhone and Android.
Asked
Active
Viewed 430 times
0
-
I'm not sure if it could be done "rogrammitcally" – Peladao Feb 01 '11 at 09:14
-
possible duplicate of [Text to speech on iPhone](http://stackoverflow.com/questions/416064/text-to-speech-on-iphone) – Johan Kotlinski Feb 01 '11 at 09:15
-
Not a text to voice converter.... I am asking for generating voice. – SocialCircus Feb 01 '11 at 09:18
-
What kind of "voice" you want to "generate" ?? are you trying to generate any "sound" in general? by creating a file and filling it with bytes? – Aman Alam Feb 01 '11 at 09:47
-
@Sheikh Probably a sound which can be controlled, the loudness, pitch etc. – SocialCircus Feb 01 '11 at 10:03
-
Trying to create an equaliser kinda thing? i don't know whether there's any SoundProcessing library available for Android.. :-/ – Aman Alam Feb 01 '11 at 10:07
-
@socialCircus Thanks. It was really hard to spot! – Peladao Feb 01 '11 at 20:17
1 Answers
2
Android has a text-to-speech API. It may not be supported on all devices, but there are separate apps which implement it.

Pontus Gagge
- 17,166
- 1
- 38
- 51
-
Thank you ,however I want to create voice @Pontus. Like when you run the code it will generate voice. – SocialCircus Feb 01 '11 at 09:20
-
Why do you want to do it yourself? What's missing in the TTS functionality? Speech synthesis requires quite a lot of linguistic competence and data. – Pontus Gagge Feb 01 '11 at 10:31
-
If you just want to alter pitch and speed, check the API... it's already there for you! – Pontus Gagge Feb 01 '11 at 10:33