1. Tutorial for the importing a demo application that runs automated speech recognition (ASR) and TTS.
2. iSpeech Developer API key information
The iSpeech BlackBerry SDK can be tested with this API key: "developerdemokeydeveloperdemokey".
Remember to edit your API key and server preference in iSpeechSample.java. Register your own API key at http://www.ispeech.org/developers.
public static String _APIKey = "developerdemokeydeveloperdemokey"; //your api key, http://www.ispeech.org/developers
public static boolean _Production = false; // false is "Mobile Development" and true is "Mobile Production"
3. Documentation
4. Resources