javascript - Speech recognition in browsers other than Chrome? - Stack Overflow
How can I access a microphone using JavaScript or HTML5 without using Flash? I made it work in Chrome using webkit-speech
. I need to do it in other browsers. Any answers will be appreciated.
How can I access a microphone using JavaScript or HTML5 without using Flash? I made it work in Chrome using webkit-speech
. I need to do it in other browsers. Any answers will be appreciated.
4 Answers
Reset to default 1This is a feature proposed by Google, and appears to only be supported in their products.
See: https://stackoverflow./a/6619632/1504847
Check out this tutorial. It may help you. http://www.html5rocks./en/tutorials/getusermedia/intro/
At this point, it only expands your options to opera however... For Firefox and IE (along with others like Midori, ect) you will still need to rely on plugins.... Hopefully as HTML5 gets closer to being an official standard, we will see widespread support.
x-webkit-speech
works only for Chrome- there is a html5 attribute with the same purpose:
speech
.
However right now it doesn't work neither on Chrome 31.xx neither on Firefox 25
This is w3c doc page for the <input>
attribute speech
Look at this project: https://github./TalAter/annyang
It is quite good SpeechRecognition library. You can see how it was done.
- 互联网“一哥”百度不行了?
- 2013年科技行业推出的失败产品(组图)
- 谷歌收购移动软件商Quickoffice 整合Apps
- 80后回忆录 那些年我们折腾过的IT玩意
- reactjs - Picture not visible in React - Stack Overflow
- spring boot - This JPQL translation to SQL doesn't make any sense - Stack Overflow
- python - Why does my plot have criss-crossing lines when I convert the index from string to datetime? - Stack Overflow
- laravel - User in routesweb.php is not syncronized with User in appHttpControllersAuthControllers.php - Stack Overflow
- postgresql - How to use prisma updateManyupsert in order to update multiple data with one database query? - Stack Overflow
- c# - Getting username of logged in user with NegotiateWindows domain credentials - Stack Overflow
- javascript - How to retarget 3D pose landmarks (points in 3d space) onto a rigged humanoid model in Three.js? - Stack Overflow
- How to find kafka broker username and password - Stack Overflow
- javascript - Use HTML5 canvas 2d API with WebGL - Stack Overflow
- Is there a class Nethereum.Signer.Transaction? - Stack Overflow
- indexing - mysql 5.7 why this sql not using index_merge,it using a full table scan - Stack Overflow
- ace - Does JSONEditor have a default function to get the JSON block from the cursor position? - Stack Overflow
- Missing opentelemetry-java SERVER span with nested span - Stack Overflow