Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am having problem getting the right lines of codes to convert a text to speech using a different language other than English. i would be very happy if i am assisted on this task that is driving me crazy.

What I have tried:

I Have tried goggling the ways on how to go about this but constantly get a response that do not match what i am looking for. I have also checked youtube for a video tutorial but could not find the specifics code am looking for.
Posted
Updated 17-Aug-16 7:54am

Sounds like you'll first have to use Google's translation API to get the text into the language you want. But then, I can't imagine the mess that Microsoft's Speech API will generate.

Marc
 
Share this answer
 
I am assuming you are using .Net here, You can use Microsoft Speech API, it is quite easy to use and there are a lot of examples on the internet.

Here is a Microsoft tutorial on it:

Text-to-Speech Tutorial (SAPI 5.3)[^]

Here is the official MSDN page on it:

Microsoft Speech API (SAPI) 5.4[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900