How to implement real-time Speech-to-Text with Angular, ASP.NET Core Web API, and Microsoft Azure Speech Service?
I am trying to build a real-time speech-to-text web application using Microsoft Azure Speech Service. Currently, I am recording the user’s voice using MediaRecorder
, and after the user finishes the recording, I send it to the backend for conversion to text.
How to implement real-time Speech-to-Text with Angular, ASP.NET Core Web API, and Microsoft Azure Speech Service?
I am trying to build a real-time speech-to-text web application using Microsoft Azure Speech Service. Currently, I am recording the user’s voice using MediaRecorder
, and after the user finishes the recording, I send it to the backend for conversion to text.