Ispeech.org provides free network services such as Chinese speech conversion (translation) and voice commands, and provides free BlackBerry SDK and example programs.
You can register for ispeech.org developer for free, apply for an API Key, download the example program, modify the API Key parameter, and change the English language to the Chinese language, test Chinese text reading on BlackBerry phone now! Chinese command recognition!
Example code modification instructions:
ISpeechSample. java
Public static String _ APIKey = "aaaa"; // A http://www.bkjia.com/index.php? M = content & c = content & a = edit & catid = 85 & id = 122577 & pc_hash = e6pUTC
TTSForm. java: read Chinese text, such
_ TxtInput. setText ("I love you, just like a mouse loves rice ");
If (_ choiceVoice. getSelectedIndex () = 0)
_ TTS. setVoice ("chchinesefemale ");
Else
_ TTS. setVoice ("chchinesemale ");
ASRListForm. java: for example, the Chinese command "Smile" and "Drive"
_ ASR. setLanguage ("zh-CN ");
_ ASR. addCommand ("Smile ");
_ ASR. addCommand ("Driving ");
Source code, compiled program (jad, cod) Here download: http://www.bkjia.com/uploadfile/2012/0310/20120310100310971.zip
From berryreload's blackberry development Column