Activity stream
-
Conrad Programmer commented the snippet C# Text to Speech (and Speech to Text) in a few lines of code 3 years ago · View
try these links (did not test them myself yet)
- http://wiki.tuxisalive.com/index.php/Text-to-speech
- http://www.phpclasses.org/package/4097-PHP-Convert-test-to-speech-using-Expressivo-service.html (scroll down to the bottom of the page for code samples)
- http://www.hiteshagrawal.com/php/how-to-implement-text-to-speech-in-phpif anybody implements any of these, let us know how it goes… definitely plenty of possibilities (mobile, iPad applications anyone?)
cheers…
-C
-
Conrad Programmer posted an update in the group
SQL General: 3 years ago · ViewGood deal… was looking for a group like this…
-
Conrad Programmer posted the new code snippet C# Text to Speech (and Speech to Text) in a few lines of code 3 years ago · View
this is always fun to play with…
create a new form, 2 buttons (btnSpeak and btnListen) and a text box (textBox1)…
add the following code and start converting Text to Speech and Speech to Text…
comes standard with Visual Studio…