views:

21

answers:

2

Hello, I would like to build an application that reads french text. I have already developed the app and it is able to read the text in English. I only need how to pass a parameter to the speech API so that it would speak in French. Thanks in advance

A: 

Did you check this ? http://www.mperfect.net/speechSamples/

Pierre 303
I have already managed to make it work for English. But, I can not make it work for French language
When you call GetInstalledVoices() on SpeechSynthetisis, what is returned ? Sacré français
Pierre 303
A: 

You need a French voice. Unfortunately, there aren't any free French voices available for SAPI 5 (and therefore usable with the .NET framework).

What programming language are you using?

Eric Brown