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
https://forums.phpfreaks.com/topic/130667-text-to-speech/
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
https://forums.phpfreaks.com/topic/130667-text-to-speech/#findComment-678986
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.