Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text-to-speech starter... 1

Status
Not open for further replies.

torturedmind

Programmer
Joined
Jan 31, 2002
Messages
1,052
Location
PH
i was just thinking, i know it's possible to activate voice in VFP. i just dunno how to do it. anyone who cares to give me a starter? thanks again...

kilroy [trooper]
 
thank ramani but VFP6 didn't find the Agent.scx in that particular path.

kilroy [trooper]
 
torturedmind,

A couple of places to start. You may want to take a look up "accessibility" technologies as well that are used for sight-impaired users. Not exactly sure what you are trying to do here yet.



Slighthaze = NULL

[ul][li]FAQ184-2483
An excellent guide to getting a fast and accurate response to your questions in this forum.[/li][/ul]
 
Thanks to all your responses and suggestions. What i really want to do is for the user to acknowledge the result of a simple operation thru sound. Much like hearing the computer saying "You can't do that, Ms. X." (or Mr. Y) whoever is logged-in in the app.

kilroy [trooper]
 
i just finished installing several text-to-speech OCX controls that i've downloaded from the net. and am still downloading that hefty Speech SDK 5.1 from Microsoft's site. but i already experimented with the ones that i've just installed and they worked just fine. i know it's not much but it's a start. thanks for pointing me to the right direction. here's a star to you mr. slighthaze sir. and thanks too mr. ramani...

kilroy [thumbsup2]
 
torturedmind,

If you have found any good freeware OCX/DLL for accomplishing speech I would be interested in the link(s). Thanks.

Slighthaze = NULL

[ul][li]FAQ184-2483
An excellent guide to getting a fast and accurate response to your questions in this forum.[/li][/ul]
 
slighthaze,

i forgot the link cuz i just searched for them thru google. sorry if i may not be of any help to you.

kilroy [trooper]
 
Note: Ramani's command:
Code:
DO Form HOME(2)+"Solution\Ffc\Agent.scx"

Should work if you are using VFP 7.0 or 8.0, earlier versions will require so coding on your own, but the code is pretty easy if you have the Agents installed.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top