Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
AlexXF
Posts: 287
Registered: ‎03-10-2010
My Carrier: Vodafone CZ

Access to TextToSpeech API

I'm working on some specific software for car drivers.

 

How to get access to TextToSpeech API? This API works on simulator, but not in real device -- signature required.

 

I have signature files received from RIM, but this is not enough to sign TTS code.

 

How to request it?

Please use plain text.
Developer
rcmaniac25
Posts: 1,789
Registered: ‎04-28-2009
My Carrier: Verizon

Re: Access to TextToSpeech API

I would like to know as well.

------------------------------------------------------------
Three simple rules:
1. Please use the search bar before making new posts.
2. Kudo posts that you find helpful.
3. If a solution has been found for your post, mark it as solved.
--I code too much. Well, too bad.

Projects:
Bing 4 BlackBerry: http://bbing.codeplex.com/
PDF Renderer 4 BlackBerry: http://pdfrend4bb.codeplex.com/
Please use plain text.
New Member
sonyabean
Posts: 1
Registered: ‎10-26-2010
My Carrier: Rogers

Re: Access to TextToSpeech API

I've been looking for a good API for this, too!  I actually just spoke to someone at RIM about this yesterday.

 

The RTTS key is accessible internally to RIM only.  The will not allow public use of it.  He stated that if my app needed to be signed by the RTTS key, then I could never run it on an actual device.

 

Supposedly, tho, they have public "versions" of their TTS apis that they can give out in "some cases".  I asked what those were but have not received any reply.  I'll let you guys know of anything else I find out.

 

iSpeech has a free & a paid api available to use, but it's a web accessible api, wherein you have to send a request over the internet in order to translate it to speech. (http://www.ispeech.org/API)  So... that's not usable for my purposes, but one of you might still find it handy.

 

 

Please use plain text.
Developer
rcmaniac25
Posts: 1,789
Registered: ‎04-28-2009
My Carrier: Verizon

Re: Access to TextToSpeech API

I wonder if that has something to do with the fact that they use Nuance for speech recognition (and probably synthesis).

 

Either way it's good to see that you got a response from RIM.

------------------------------------------------------------
Three simple rules:
1. Please use the search bar before making new posts.
2. Kudo posts that you find helpful.
3. If a solution has been found for your post, mark it as solved.
--I code too much. Well, too bad.

Projects:
Bing 4 BlackBerry: http://bbing.codeplex.com/
PDF Renderer 4 BlackBerry: http://pdfrend4bb.codeplex.com/
Please use plain text.