BlackBerry Chinese Voice development: TTS Chinese speech translation, voice command

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.