meman1188 Posted October 30, 2008 Share Posted October 30, 2008 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 Quote Link to comment https://forums.phpfreaks.com/topic/130667-text-to-speech/ Share on other sites More sharing options...
R4nk3d Posted October 31, 2008 Share Posted October 31, 2008 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. Quote Link to comment https://forums.phpfreaks.com/topic/130667-text-to-speech/#findComment-678986 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.