Connecting Tech Pros Worldwide Forums | Help | Site Map

Get the pronunciation with using SAPI

Winston Wong
Guest
 
Posts: n/a
#1: Jul 22 '05
Dear All,

I am using MFC and SAPI 5.1. I want to get the pronunciation of a
word. For example, give L"thank" and then get its pronunciation.
Which function/class should I use?

Many thanks!

Regards,
Winston

P.S. It is impossible to input all words' pronunciation manually.

Peter Jansson
Guest
 
Posts: n/a
#2: Jul 22 '05

re: Get the pronunciation with using SAPI


My advice is to discuss this topic in a more suitable news group since MFC
and SAPI both have nothing (as far as I am aware of) to do with the C++
standard.

Regards,
Peter Jansson
http://jansson.net/
Buster
Guest
 
Posts: n/a
#3: Jul 22 '05

re: Get the pronunciation with using SAPI


Winston Wong wrote:
[color=blue]
> Dear All,
>
> I am using MFC and SAPI 5.1. I want to get the pronunciation of a
> word. For example, give L"thank" and then get its pronunciation.
> Which function/class should I use?[/color]

Class ISpVoice, function Speak. It took me about 90 seconds to find this
out, and I've never heard of SAPI before today.
[color=blue]
> Many thanks!
>
> Regards,
> Winston
>
> P.S. It is impossible to input all words' pronunciation manually.[/color]

Indeed it is.

Regards,
Buster.
Closed Thread