Text-Speech in C# and ReactJS

MelodyS

Member
Joined
Nov 22, 2021
Messages
13
Programming Experience
1-3
Hello,
I want to implement a text-to-speech feature in my website.
I want to get the text from the front end and using a text-speech library in C# I want to display the voice of the text.
I tried System.Synthesis but I have to download the languages on my desktop .
I want a library that automatically reads out the text what ever the language is.
Any help ?
 
There's the Azure Text-to-Speech Service. You don't have to download anything, but you do have to pay for the service.

 
There's the Azure Text-to-Speech Service. You don't have to download anything, but you do have to pay for the service.

Thank you .
Is it the same for google text to speech api ? I mean that I have to pay also?
 
I don't know.
 
Back
Top Bottom