|
-
Nov 10th, 2000, 06:16 PM
#1
Thread Starter
Lively Member
Hi
I want to start with a very important program for me, a talking program.
But I don't know what is the proramming technology used for it.
Can any one show me a little sample to do that?
Can any one lead me somewhere I can learn about?
With my pure thanks.
Yesterday is history ... Tomorrow is mistry .. Today is a gift.
VB6 , intermidiat
-
Nov 10th, 2000, 06:36 PM
#2
Easy. Simply download and install MSAgent (and make sure a speech engine is also installed). These can all be obtained from the MS Website.
The talking part is easy too. From the components list, add the Microsoft Direct Text to Speech control. Next, add a standard TextBox and CommandButton.
Insert the following code into your Form.
Code:
Private Sub Command1_Click
TextToSpeech1.Speak Text
End Sub
Noew whatever is in the TextBox will we spoken when you press the button.
-
Nov 10th, 2000, 06:42 PM
#3
Thread Starter
Lively Member
Thanks but I need to read in a deferent language like arabic, that's why I asked for the technology.
Waiting for further help, thanks.
Yesterday is history ... Tomorrow is mistry .. Today is a gift.
VB6 , intermidiat
-
Nov 11th, 2000, 04:10 PM
#4
Thread Starter
Lively Member
Still no help
I read the documentations about the Microsoft Agent
http://msdn.microsoft.com/workshop/c...nt/default.asp
and I found that it not supports the Arabic language with the speech input and output engines.
What is the technology (or code) of controlling the SoundCard output?
Is it possible in VB or not?
Is it so hard to perform?
I hope to get a sufficient answer here.
Thank you all.
Yesterday is history ... Tomorrow is mistry .. Today is a gift.
VB6 , intermidiat
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|