Jump to content

Text to Speech


meman1188

Recommended Posts

I'm looking to do some text to speech with a talking head like SitePal.  This is the best I found: http://www.digitalcuriosity.com/VocaliseTTS/VocaliseTTS.htm but it has not been updated in several years and i'm having trouble getting the demo to work in Flash CS3.  I don't care if I use flash or silverlight or any other client side solution, but would like something that I control (no monthly contract to 3rd party).  Does anyone have any experience with anything like this?

 

Thanks

Link to comment
Share on other sites

I dont have any experience in this but i think that you have to make ur code say:

for each($i = 0; $i < strlen($string); $i++)
{
playsound("sounds/$string[$i]");
}

The play sound syntax im not saying use that, use whatever command it is in flash.

 

but yeah, just tell it for each letter in the string, play the file named (letter) from the sounds directory.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.