Speech recognition in JS | JavaScript Tutorials | Web Development Tutorials




Learn to code the speech to text converter in JS. Its actually a speech recognition in JS.

Web Developer Live Online Training:
– – – – – – – – – – – – – – – – – – – – – — – – – – – – – – –
Learn HTML5, CSS3, JavaScript, jQuery,Twitter Bootstrap, Social Media Plugins. Know More!
https://click.linksynergy.com/fs-bin/click?id=Uljp9R5MvvU&offerid=496448.110&type=3&subid=0&LSNSUBSITE=LSNSUBSITE

Become an Expert in Programming and Web Development:
– – – – – – – – – – – – – – – – – – – – – — – – – – – – – – — – – – – – – – – – – – – – – – – – – –
https://click.linksynergy.com/fs-bin/click?id=Uljp9R5MvvU&offerid=496448.169&type=3&subid=0&LSNSUBSITE=LSNSUBSITE

AngularJS Live Training:
– – – – – – – – – – – – – – – – – – – – –
https://click.linksynergy.com/fs-bin/click?id=Uljp9R5MvvU&offerid=496448.122&type=3&subid=0&LSNSUBSITE=LSNSUBSITE

Java Online Training:
– – – – – – – – – – – – – – – – – –
https://click.linksynergy.com/fs-bin/click?id=Uljp9R5MvvU&offerid=496448.119&type=3&subid=0&LSNSUBSITE=LSNSUBSITE

Android Live Online Training:
– – – – – – – – – – – – – – – – – – – – – — – –
https://click.linksynergy.com/fs-bin/click?id=Uljp9R5MvvU&offerid=496448.125&type=3&subid=0&LSNSUBSITE=LSNSUBSITE

Website: http://samsolomonprabu.com/

Channel URL: https://www.youtube.com/channel/UCErON4Z0YyiVHKNtx4BvLfg

Source file: https://drive.google.com/open?id=0B6RD52SkI2-cN2NJTmZaMnRrSk0

Original source


39 responses to “Speech recognition in JS | JavaScript Tutorials | Web Development Tutorials”

  1. I tried the same code. I am not getting any error, but whenever I am
    saying anything, it does not get transformed to text.what should I
    do?even my chrome is up to date of Version 60.0.3112.113 (Official Build) (32-bit)??plz resolve my problem as soon as possible. it's very urgent plzzz

  2. I tried the same code. I am not getting any error, but whenever I am saying anything, it does not get transformed to text.what should I do?help….could you please provide the command used in windows 8.1 as well.thank you.

  3. /Desktop/JS-Tutorials/speach to text converter$ python -m SimpleHTTPServer 9000
    Serving HTTP on 0.0.0.0 port 9000 …
    – – [10/Apr/2017 14:14:28] "GET / HTTP/1.1" 200 –
    – – [10/Apr/2017 14:14:28] "GET /css/style.css HTTP/1.1" 200 –
    – – [10/Apr/2017 14:14:28] code 404, message File not found
    – – [10/Apr/2017 14:14:28] "GET /favicon.ico HTTP/1.1" 404 –

  4. hai actually in Ubuntu not working sir… please help me sir…

    i tried commands in terminal , but No module named simpleHTTPServer this message came..

    in this tutorial you access the python but in my pc there is python .

    please help me sir.

    how to run in ubuntu pc…

  5. Hi, customized the code a little for my usecase. Works perfectly on browser, but too noisy on mobile.
    For example i said Hello. Result of text was Hellohellohello.
    Same goes with whatever else i try.
    Suggestions please?

  6. Hello sir,

    I ran your code using eclipse and http preview server and microphone has connected but speech is not getting converted, the red button in title bar blinks for couple of secs and stops…..the problem is the text is not printing ….

  7. sir can i use textarea to get the speech input instead result (the way u have used in your code).if so then what will be the modifications in script.I have tried doing so but it doesn't populate the textarea.

  8. I downloaded the source code you provided and ran it successfully. The only problem I have is that when I speak, the words do not come up onto the page? The page stays blank. Thanks.

Leave a Reply