| View previous topic :: View next topic |
| Author |
Message |
Jim Davis Guest
|
Posted: Sun Apr 29, 2007 8:10 am Post subject: Text to Speech - BCB6 use ? |
|
|
In XP SP2 :
Control Panel | Speech | Text to Speech
Voice selection Combo Box : "Microsoft Sam" (the only option)
Settings Button disabled
How does BCB6 get Sam talking ? |
|
| Back to top |
|
 |
JD Guest
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue May 01, 2007 12:07 am Post subject: Re: Text to Speech - BCB6 use ? |
|
|
"Jim Davis" <jim46dd (AT) hotmail (DOT) com> wrote in message
news:Xns9920D60835F9Ajim46ddhotmailcom (AT) 207 (DOT) 105.83.66...
| Quote: | How does BCB6 get Sam talking ?
|
To use Sam (or any other TTS voice) in your code, you need to use SAPI
(Speech API) for that. You can download the SAPI SDK from Microsoft's
website.
Gambit |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue May 01, 2007 12:07 am Post subject: Re: Text to Speech - BCB6 use ? |
|
|
"JD" <nospam (AT) nospam (DOT) com> wrote in message
news:4634b376$1 (AT) newsgroups (DOT) borland.com...
That is a completely different technology than what Jim is asking for.
See my other reply.
Gambit |
|
| Back to top |
|
 |
Darko Miletic Guest
|
Posted: Tue May 01, 2007 5:21 am Post subject: Re: Text to Speech - BCB6 use ? |
|
|
Remy Lebeau (TeamB) wrote:
| Quote: | "Jim Davis" <jim46dd (AT) hotmail (DOT) com> wrote in message
news:Xns9920D60835F9Ajim46ddhotmailcom (AT) 207 (DOT) 105.83.66...
How does BCB6 get Sam talking ?
To use Sam (or any other TTS voice) in your code, you need to use SAPI
(Speech API) for that. You can download the SAPI SDK from Microsoft's
website.
|
As Remy said you need speech API SDK which includes english speech
engine. That can be downloaded from this link:
http://www.microsoft.com/speech/download/sdk51/
After that go to http://bccsdk.sf.net/ and get latest release. In there
you have needed SAPI headers and lib files adapted for borland
compilers. There is also one sample that demonstrates text to speech
with borland compiler inside bccsdk. |
|
| Back to top |
|
 |
Jim Davis Guest
|
Posted: Fri May 04, 2007 5:02 am Post subject: Re: Text to Speech - BCB6 use ? |
|
|
Darko Miletic , Remy Lebeau , Jim Davis
My simple SAPI 5.1 TTS object has compiled without borland adapted bccsdk .
Not yet convinced bccsdk use productive . |
|
| Back to top |
|
 |
|