4

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

Ronny vdb
  • 2,324
  • 5
  • 32
  • 74
  • the API does not, but you may for a single device, be able to setup the audio input/output so that audio output is routed to the line in or mic, which would let you get stuff done for you. – dandavis Apr 17 '15 at 21:51
  • thanks for the suggestion. This is my first time developing with the webkit speech recognition, so I will look into the devices. – Ronny vdb Apr 17 '15 at 22:08
  • 1
    Hi @Ronnyvdb , have you had any luck with that? – Tomcatom Jul 01 '17 at 16:19

0 Answers0