Text-to-speech libraries for iPhone [duplicate]
Asked Answered
M

1

6

Possible Duplicate:
Text to speech on iPhone

How do I get started with text-to-speech conversion in iPhone?

I want to read the text typed by the user. Are there any available libraries or demos? I have gone through some of them, but I didn't understand where to start it from.

Maladjustment answered 11/10, 2012 at 12:35 Comment(0)
L
19

For online,you can use my Google-TTS-Library-For-iOS to achieve your goal.

Offline iPhone TTS implementation is easy to do. You can see the details here.

There are many paid and free iOS TTS libraries are available .

They are ,

Free (Offline/Online)

Paid (Online)

Leathaleather answered 11/10, 2012 at 12:43 Comment(6)
Google TTS works only for short sentences. Do you have a clue why?Crosspollinate
Yup.. Its maximum supported text length is 100 characters. So split-up ur long sentence in to parts(each contains 100 characters) , store in to an array and pass one by one to the TTS method.Leathaleather
@Idan: I have edited my answer.. or look at my answer here #16058461Leathaleather
neo speech does not seem to be freeMayamayakovski
thanks for this post ramshad. do you know if any TTS engines, including AVSpeechSynthesizer, allow you to use custom voices?Beaudoin
according to this post apple now offers TTS out of the box with AVSpeechSynthesizer: https://mcmap.net/q/333746/-text-to-speech-on-iphone-closedBeaudoin

© 2022 - 2024 — McMap. All rights reserved.