I am working on a small web app and have successfully used the webkit speech recognition in Chrome, to output the speech to text using the microphone, using example 4 from here: https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#examples-recognition
I was wondering if anyone knew if it is possible to use an audio file as the audio input, instead of using the microphone?
Any suggestions would be greatly appreciated! TIA