Page 1 of 1

text to speech generator

Posted: Fri Sep 07, 2012 9:22 am
by strobotone
I want to develop a text to speech machine (based on .NET 4.0 Speech capabilities ?)
which can trigger syllables of words tickwise without "cutting" it in separate sounding chunks.

But by just using the NET Speech class you can forget about syllables i guess

Any ideas / experiences on that subject ?
Thanks !

Re: text to speech generator

Posted: Sun Sep 09, 2012 8:39 pm
by Klangkulisse
No. unfortunatly not, but it is a splendid idea!

Re: text to speech generator

Posted: Tue Sep 11, 2012 2:07 pm
by Mu_
Writing your own library/class or to find existing one - maybe for C,C+ and mod it? Maybe you should try to find how avaiable speech synthesis mechanisms work (we have a coupple of them).

Re: text to speech generator

Posted: Sat Sep 22, 2012 7:40 pm
by chahur
That's probably not what you are looking for, but I've done that a long time ago using the microsoft "agent" library.
It was working pretty well.