|
| Text to speech online? |
 |
Tue, 1 Apr 2008 11:10:15 -0700 |
Hello,
I now have speech to text setup on my blog using Talkr.com. However,
their
site is always down the past few months.
I want to be able to register my RSS Feed with a site and have them
update each post with text to speech automatically. A small audio icon
appears after each post for listening to that post. Talkr does do that
now but the site is down too much.
Can anyone recommend another online speech to text application that
could be used in the same way?
|
| Post Reply
|
| Re: Text to speech online? |
 |
Fri, 4 Apr 2008 12:10:01 +0800 |
I am develope a online speech.
<div id="speech_player"
name="speech_player"></div>
<script type="text/javascript"
src="http://speech.w3cool.com/swf/speech.js"></script>
<script type="text/javascript">
var _scid = "copytext"; // id, you wanna be to speak content;
var _spid = "speech_player"; //id, the place you want to display
player;
speaker();
</script>
it have only installed chinese voice now.
It is going to add japan, chinese dialectic, korean and english.
my propose is developer a simple javascript api to website.
http://speech.w3cool.com
http://www.w3cool.com/projects/sayso/
"BobK" <ergobob@sonic[REMOVE].net>
дÈëÏûÏ¢ÐÂÎÅ:47f2623c$0$36407$742ec2ed@news.sonic.net...
> Hello,
>
> I now have speech to text setup on my blog using Talkr.com. However, their
> site is always down the past few months.
>
> I want to be able to register my RSS Feed with a site and have them update
> each post with text to speech automatically. A small audio icon appears
> after each post for listening to that post. Talkr does do that now but the
> site is down too much.
>
> Can anyone recommend another online speech to text application that could
> be used in the same way?
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|