开发者

Text-to-speech in ASP.NET

Does anybody know of an API or plug-in that can perform text-to-speech for .aspx files, i've see开发者_开发问答n some but the majority are trying to make me pay to redirect the visitor to their site where it will read out the content, like this: http://www.ispeech.org/api

If anybody is aware of something and could point me in the right direction it would be great. Just to clarify, I would want it to work like this:

<html>
     <head>
          <title>My page</title>
     </head>
     <body>
          <p>This is my page</p>
     </body>
</html>

I would only like the api to read out the "This is my page" element, and if possible the title of the page. So does anybody know of anything, and just so you know, i'm developing this site within Visual Studios 2010.

Thanks again guys.

P.S.: If possible, I would like it to work within the page, not redirect to another site or window.


Finally found something: http://www.speechapi.com/apis/javascript/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜