[nfbcs] trying to figure out how to embed text-to-speach into a web site

Ryan Mann rmann0581 at gmail.com
Thu Dec 22 16:36:38 UTC 2016


I'm trying to create an on-line talking typing tutor program.  If the web
site uses TTS then the user doesn't have to worry about turning off quick
navigation keys or anything.  If JAWS or NVDA is used, some keys such as h
or shift h are used to move by different elements such as heading.
  

-----Original Message-----
From: nfbcs [mailto:nfbcs-bounces at nfbnet.org] On Behalf Of Bryan Schulz via
nfbcs
Sent: Thursday, December 22, 2016 11:04 AM
To: 'NFB in Computer Science Mailing List' <nfbcs at nfbnet.org>
Cc: Bryan Schulz <b.schulz at sbcglobal.net>
Subject: Re: [nfbcs] trying to figure out how to embed text-to-speach into a
web site

Hi,

Why would you want to do this when people have jfw/we and nvda is free?
Bryan

-----Original Message-----
From: nfbcs [mailto:nfbcs-bounces at nfbnet.org] On Behalf Of Ryan Mann via
nfbcs
Sent: Thursday, December 22, 2016 8:54 AM
To: nfbcs at nfbnet.org
Cc: Ryan Mann
Subject: [nfbcs] trying to figure out how to embed text-to-speach into a web
site

Hello.  I'm trying to embed text-to-speech into a web site.  Right now, I'm
trying to use the Responsive Voice library, but I'm open to other
suggestions.  To make sure I know how it works, I started out with the below
sample code.  Unfortunately, I don't hear any speech. The code is below.

<html>

<head>

<title>test of text to speach</title>

<script type="text/javascript"
src="http://code.responsivevoice.org/responsivevoice.js">

</script>

</head>

<body>

<p>This is the body.</p>

<script type="text/javascript">

responsiveVoice.setDefaultVoice("US English Female")

responsiveVoice.speak("I had a cat named Blanca.")

</script>

 

</body>

</html>

_______________________________________________
nfbcs mailing list
nfbcs at nfbnet.org
http://nfbnet.org/mailman/listinfo/nfbcs_nfbnet.org
To unsubscribe, change your list options or get your account info for nfbcs:
http://nfbnet.org/mailman/options/nfbcs_nfbnet.org/b.schulz%40sbcglobal.net
-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7924 / Virus Database: 4739/13621 - Release Date: 12/20/16


_______________________________________________
nfbcs mailing list
nfbcs at nfbnet.org
http://nfbnet.org/mailman/listinfo/nfbcs_nfbnet.org
To unsubscribe, change your list options or get your account info for nfbcs:
http://nfbnet.org/mailman/options/nfbcs_nfbnet.org/rmann0581%40gmail.com





More information about the NFBCS mailing list