Friday, April 5, 2013
Do you want to accept inputs via voice? here is what you need to do.
working on Google Chrome browser
Put the following javascript in the head section of your html.
//adding speach recognition to an html text box
//Start of speech
<script type="text/javascript">
function voiceInputOver(val){
alert("Voice input is complete");
alert("Your input is " + val);
}
</script>
and put the following line of code in the body section
<input onwebkitspeechchange="voiceInputOver(this.value)" x-webkit-speech />
//end of speech
Here is sample working code
<html>
<head>
<script type="text/javascript">
function voiceInputOver(val){
alert("Voice input is complete");
alert("Your input is " + val);
}
</script>
</head>
<body>
<input onwebkitspeechchange="voiceInputOver(this.value)" x-webkit-speech />
</body>
</html>
working on Google Chrome browser
Put the following javascript in the head section of your html.
//adding speach recognition to an html text box
//Start of speech
<script type="text/javascript">
function voiceInputOver(val){
alert("Voice input is complete");
alert("Your input is " + val);
}
</script>
and put the following line of code in the body section
<input onwebkitspeechchange="voiceInputOver(this.value)" x-webkit-speech />
//end of speech
Here is sample working code
<html>
<head>
<script type="text/javascript">
function voiceInputOver(val){
alert("Voice input is complete");
alert("Your input is " + val);
}
</script>
</head>
<body>
<input onwebkitspeechchange="voiceInputOver(this.value)" x-webkit-speech />
</body>
</html>
9 comments:
Very good information. Lucky me I recently found your blog
by chance (stumbleupon). I have bookmarked it for later!
my site: Pureberry Max Raspberry
Hey I know this is off topic but I was wondering if you
knew of any widgets I could add to my blog that automatically tweet my newest twitter updates.
I've been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.
my web page; Adorna Review
Hi, just wanted to say, I liked this blog post.
It was practical. Keep on posting!
Here is my homepage Muscle Core X Reviews
Thanks very interesting blog!
Nutri green
You could certainly see your expertise within the work you write.
The sector hopes for more passionate writers like you who aren't afraid to mention how they believe. At all times go after your heart.
Here is my web-site :: Natural Cleanse REviews
This text is priceless. When can I find out
more?
Also visit my blog post; raspberry ketone reviews
Thank you for another informative blog. The place
else may just I get that kind of information written in such an ideal means?
I have a mission that I am just now operating on, and I have been at the glance out for
such information.
turbo force
I like the valuable information you supply to your articles.
I'll bookmark your weblog and take a look at once more here frequently. I'm somewhat certain
I will learn many new stuff proper right here! Good luck for the following!
Also visit my weblog; Lipo Slim
Can you tell us more about this? I'd want to find out some additional information.
Feel free to visit my webpage improve erections
Post a Comment