Can I convert audio to text using the Web Speech API?

I work on recording WebRTC videos and then translate it into text.

For sound recording, I use RecordRTC and for speech recognition I want to use the Web Speech API.

Can I transfer the recorded sound track to the Web Speech API and then get the text? If possible - are there any articles about this?

I could find articles about the Google Speech API, but this API is not free ...

+4
source share

Source: https://habr.com/ru/post/1694423/


All Articles