Ispeech.org offers free BlackBerry SDK and example programs in Chinese voice translation, voice commands and other online services.
You can register for free to apply for ispeech.org developer, application API key, download example program, modify the API key parameters inside, modify the English language for Chinese language, immediately on the BlackBerry handset test Chinese text aloud. Chinese command recognition.
Example code modification Instructions:
Ispeechsample.java
public static String _apikey = "AAAA"; Your API Key, Http://www.ispeech.org/developers
Ttsform.java: Read Chinese text aloud, such as
_txtinput.settext ("I love you, like a mouse loves Rice");
if (_choicevoice.getselectedindex () ==0)
_tts.setvoice ("Chchinesefemale");
Else
_tts.setvoice ("Chchinesemale");
Asrlistform.java: For example, Chinese command "Smile", "drive"
_asr.setlanguage ("ZH-CN");
_asr.addcommand ("Smile");
_asr.addcommand ("driving");
Source code, compiled program (jad,cod) download here: BlackBerry TTS Chinese speech conversion, voice command