Hi,
I think what I am about to want might be easy for you,so I decided to ask it to you,
Fist I need to turn a text into speech and then save it as wav file.
Could you help me ?
Thanks.
|
1
|
Hi, I think what I am about to want might be easy for you,so I decided to ask it to you, Fist I need to turn a text into speech and then save it as wav file. Could you help me ? Thanks.
|
|||
|
|
|
|
The following C# code uses the System.Speech namespace in the .Net framework. It is necessary to reference the namespace before using it, because it is not automatically referenced by Visual Studio.
I hope this is relevant and helpful. |
||||||||
|
|
|
This is from a few moments' play, so caveat emptor. Worked well for me. I did notice that SpFileStream (which doesn't implement IDisposable, thus the try/finally) prefers absolute paths to relative. C#.
|
||
|
|
|
And as I've found for how to change output format, we code something like this :
That's pretty easy and comprehensible. Cool .net |
||
|
|