Haris Aftab
Haris Aftab

Reputation: 259

Use audio files or text to speech for iOS application

I am creating an iOS game in which I have to inform user about events in the game with voice, that you have moved one piece, 2 pieces or well done you have performed well.
The problem is that voices are in large amount and if I replace audio files for each voice the app size will grow very large.
Second option I have discovered is to use text-to-speech library. I have tried "OpenEars" but the issue is I want voice like cartoon character or bird like which is not available in any of open source text-to-speech libraries as far as I have searched.
Can anybody suggest me what is the better way to handle it or any text-to-speech framework with different voice capabilities as mentioned in above paragraph.
Thanks in advance.

Upvotes: 0

Views: 604

Answers (1)

Patrick
Patrick

Reputation: 11

VoiceForge offers different TTS voices.

http://www.voiceforge.com

Upvotes: 1

Related Questions