Saturday, March 24, 2012

Text to Speech for Poet

I'm working with an artist-poet who is trying to writea style of poetry that is supposed to be voiced by machine rather thanhuman voice. Thus, I need a web-based text-to-speech functionality. Iunderstand there was one back in ASP 1.0, but it does not work in Visual Studio2005. Any way to do this now? I"m not trying to anything sophisticated,just voice lines of text. An advanced "Hello World" would do the job.

Anonyme

theanonymousway.com

Try the Interop.SpeechLib.dll

-

using SpeechLib;


That was it. Thanks!

0 comments:

Post a Comment