View Full Version : This is brilliant...!!! Text to speech
djtwinz
05-01-2010, 12:40 AM
You Type...She speaks...technology has far surpassed me!!! This is amazing. Try it and see!!
Turn up the volume.
http://img72.imageshack.us/img72/978/txtdv.jpg
She will say anything you type. I sure don't know how they do this! When you move the mouse around, her eyes follow the pointer. When you write something in the left space and then click on 'Say it,' she says it!
You can also change persons doing the talking and the language they speak.
Technology! Wow !!
Click Here (http://www.oddcast.com/home/demos/tts/frameset.php?frame1=talk)
chathuvv
05-01-2010, 12:53 AM
hehehehe... dude........text to speech is sooo simple ..no nee to download..
namespace speaking
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
SpVoice voice = new SpVoice();
// Tells the program to speak everything in the textbox using Default settings
voice.Speak(textBox1.Text, SpeechVoiceSpeakFlags.SVSFDefault);
}
}
}
this is my own program to speeech the thigs on a text box ,of u have VS try this for ur own...
djtwinz
05-01-2010, 12:55 AM
hehehehe... dude........text to speech is sooo simple ..no nee to download..
namespace speaking
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
SpVoice voice = new SpVoice();
// Tells the program to speak everything in the textbox using Default settings
voice.Speak(textBox1.Text, SpeechVoiceSpeakFlags.SVSFDefault);
}
}
}
this is my own program to speeech the thigs on a text box ,of u have VS try this for ur own...
he he no need to download just one click away:D & no need visual studio :D
b0rnk!ll3r
05-01-2010, 01:03 AM
he he no need to download just one click away:D & no need visual studio :D
ya its one click away dont need to do enything :yes::yes::yes:
thanx bro :D:D:D
chathuvv
05-01-2010, 01:05 AM
but its better to improve ur knowledge on similar things..Its not a good practice to ALL WAYS depend on others(3rd party apps)
kasuncs
05-01-2010, 01:06 AM
SAM is there in windows...
chathuvv
05-01-2010, 01:07 AM
aiyoooo...ubalata mevva gena kiyala denavata aapita gahanna ooni 4mang handiyaka thiyala...:lol::lol::lol::lol::lol::lol::lol::lol: :lol::lol:
djtwinz
05-01-2010, 01:35 AM
but its better to improve ur knowledge on similar things..Its not a good practice to ALL WAYS depend on others(3rd party apps)
as i said it's not an app:D
it's just a web page:)
b0rnk!ll3r
05-01-2010, 09:39 AM
as i said it's not an app:D
it's just a web page:)
:D:D:D:D
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.