Search code examples
c#asp.net-core-2.0asp.net-core-mvc-2.0

Converting audio to text and text to audio in ASP.Net Core MVC 5


I am implementing an web application that convert speech audio to text and also it should play the displayed text in audio format.I am implementing my application in ASP.NET Core MVC 5.

So can anybody tell me if this can be done it using ASP.NET Core MVC 5 or is there any other way of implementing this idea.


Solution

  • .Net Core currently is not supporting Microsoft.Speech library, so you need to use some API-s to do recognition. For example you can use Google Speech API