Jquery.speech realization of text to speech broadcast function

Source: Internet
Author: User

Put the address of an instance first Https://github.com/wenco/speech

Jquery.speech is an extension that is written in jquery, mainly for voice broadcast.

Interface calls Baidu translation interface, so there is a URL parameter length problem. The Baidu interface itself also does not allow long text calls, only short texts call.

Initial parameters in detail: "Speech": true,//by clicking on the link to broadcast, or directly broadcast "Lang": "en",//language
"Speed": 3,//rate
"Swidth": 16,//width of the link button
"Sheight": 13,//height of the link button
"BG": "./image/speech.png",//background picture of the link button
"Content": "This is a test contents"//Direct Broadcast content

Specific code:

<DivID= "Result">Tell kite what to eat.</Div><Scriptsrc= "Js/jquery/jquery-2.1.4.min.js"></Script><Scriptsrc= "Js/speech/jquery.speech.min.js"></Script><Script>    $('#Result'). Speech ({"speech": true,        " Speed": 1,        "BG": "./images/speech.png"    });</Script>

And then it's done!

Jquery.speech realization of text to speech broadcast function

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.