javablackberryjava-metext-to-speechjsapi

Text to Speech(TTS) JAVA API for mobile/blackberry applications


I'm developing the blackberry app, and in that I want to implement TTS (Text-to-Speech) functionality. I have seen JSAPI, it looks like it requires synthesizer engine.

So considering the mobile based applications keeping this sort engine and making the server side communications for all requests will lead into performance issue.

Can anyone know the JAVA API for achieving this for blackberry or any mobile applications?


Solution

  • Read this about the API for RIM Text-To-Speech API.

    Yes there are few API for your requirement.

    iSpeech Text to Speech (TTS) and Speech Recognition (ASR) SDK for BlackBerry

    1. Make a Developer Account. and get the key, which is Free. From this you can get Two keys. One for Device and another for simulator.

      • when you check on simulator you must have to give the simulator key.

      • when you signIn on application replace the simulator key with the Device key.
        Click on Sample Application on that link.

    2. click on iSpeech BlackBerry Demo to download the sample demo. Extract that zip file you can get the one Lib file. (if you want to do your own Add it to your application).

    And get the key first because without getting the key the demo won't work.