|
-
Aug 4th, 2000, 02:06 PM
#1
Thread Starter
Frenzied Member
I'm making a program, and I want the computer to be able to talk to the user, and I dont want to record my own voice becuase the quilty woun't be good
I know that its possible because programs like Bonzi Buddy (www.bonzibuddy.com) does it, they like progmraed some kind of formula into the program, so it can read what ever you type, to get a better picture of what I want download it (the monkey) at http://www.bonzibuddy.com,
I hope that it was clear
thanks in advance
NXSupport - Your one-stop source for computer help
-
Aug 4th, 2000, 02:25 PM
#2
Lively Member
Add the 'Microsoft Voice Text' activeX to your form (I hope it is possible on your system). I didn't use this control already for a program but I think it is possible with that control but you'll have to find out how.
Enjoy!
-
Aug 4th, 2000, 02:27 PM
#3
MSAgent is that control. Search for MSAgent on the Microsoft site, that is, if you don't already have it.
-
Aug 4th, 2000, 02:45 PM
#4
Thread Starter
Frenzied Member
NXSupport - Your one-stop source for computer help
-
Aug 4th, 2000, 02:49 PM
#5
Thread Starter
Frenzied Member
can you please give me an example of how to use ms agent, like how to make it say what ever is in text 1
thanks in advance
NXSupport - Your one-stop source for computer help
-
Aug 4th, 2000, 03:18 PM
#6
If you have a Speech Engine, add the Microsoft Direct Text-to-Speech component. Use the following code to make it speak.
Code:
DirectSS1.Speak (Text1)
-
Aug 4th, 2000, 03:31 PM
#7
Thread Starter
Frenzied Member
I think that I'll download and use Ms agent for my animated guide
NXSupport - Your one-stop source for computer help
-
Aug 5th, 2000, 09:00 PM
#8
New Member
Sample code segment can be found...
-
Aug 7th, 2000, 10:32 AM
#9
Thread Starter
Frenzied Member
I downloaded code from the ms agent website, a sample program, and it got me started on seeing how htings work, thanks anyway
NXSupport - Your one-stop source for computer help
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
|