text to speech generator

Post Reply
User avatar
strobotone
Posts: 297
Joined: Wed Nov 23, 2011 2:59 pm
Location: berlin
Contact:

text to speech generator

Post 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 !
User avatar
Klangkulisse
Posts: 304
Joined: Tue Nov 22, 2011 12:20 am
Location: ••• Düsseldorf ••• Made of Light

Re: text to speech generator

Post by Klangkulisse »

No. unfortunatly not, but it is a splendid idea!
Mu_
Posts: 126
Joined: Wed Nov 23, 2011 11:43 am
Location: Warsaw, Poland

Re: text to speech generator

Post 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).
User avatar
chahur
Posts: 215
Joined: Sun Nov 27, 2011 5:19 pm

Re: text to speech generator

Post 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.
Post Reply