Speech recognition using web speech API and recording the audio using the mediaStream recording API
Note: The pace in changing speech to text depends on internet connection because on some browsers, like Chrome, using Speech Recognition on a web page involves a server-based recognition engine. Your audio is sent to a web service for recognition processing, so it won't work offline. Read more here
git clone https://github.com/rismawtsa/speech-recognition
cd speech-recognition
npm install
npm start