I want to use voice activated commands on my website. I have already implemented it on win forms using System.Speech.Recognition
. However can't manage to use it on web application. Example code snippet would be appreciated.
Can I use it with web service?