|
Microsoft Speech API (String to Voice)
|
|
09-25-2009, 06:33 AM
Post: #1
|
|||
|
|||
|
Microsoft Speech API (String to Voice)
This is tut that describes how to use Microsoft Speech API in Delphi application.
This option is enabled for a long time, and it is pretty simple to use it ! I used this function when you Enter with mouse in one of labels in this program : http://www.pro9ramming.com/file-info-by-...t-274.html Okay, let's start, first of all, you need to register library, in "uses" : Code: uses Comobj;Code: procedure speak(s:string);Now you just need to call that procedure, let's say you have a button and edit in which is string you need your program to say : Code: procedure TForm1.Button1Click(Sender: TObject);P.S. It is silly how it telly "bad" words . . . "I dont know with what weapons World War 3 will be fought with, but i know World War 4 will be fought with stones and sticks" - Albert Einstein |
|||
|
11-19-2009, 04:05 PM
Post: #2
|
|||
|
|||
|
RE: Microsoft Speech API (String to Voice)
intresting dont know about this
thakns for share dude +1 |
|||
|
11-19-2009, 08:10 PM
Post: #3
|
|||
|
|||
RE: Microsoft Speech API (String to Voice)
(11-19-2009 04:05 PM)kcscm Wrote: intresting dont know about thisWell that is the least i can do ! "I dont know with what weapons World War 3 will be fought with, but i know World War 4 will be fought with stones and sticks" - Albert Einstein |
|||
|
« Next Oldest | Next Newest »
|





