Speech recognition and getUserMedia

前端 未结 1 1512
再見小時候
再見小時候 2021-01-12 09:33

I\'m building a web application and plan on using both speechRecognition and navigator.getUserMedia for audio input.

I noticed that my desktop browser (Chrome on Mac

相关标签:
1条回答
  • 2021-01-12 09:56

    Have you considered other tools? There is an exciting new tool / product from Nuance (founded by Ray K, now head of Google Engineering) that translates voice data into actions using proprietary learning algorithms eg machine intelligence.

    This tool understands context and can apply that to specific actions so the user doesn't have to use an exact phrase:

    https://developer.nuance.com/public/index.php?task=mix

    Tour: https://developer.nuance.com/views/templates/mix/howDoesMixWork/phone/index.html

    The downside is that you are relying on a third party, but since the API you are looking at is also experimental this could be of interest.

    0 讨论(0)
提交回复
热议问题