Home > Archive > Smartphone Developer Forum > January 2005 > Newbee question --- Speech API
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Newbee question --- Speech API
|
|
|
| Hi!
I read yesterday that a subset of the Speech API could be implemented on
mobile devices but I have struggled to find any more information on the
subject.
Can anyone tell me if this is the case and if so how to start, or, point me
in the direction of further information?
Thanks
Chris =:o)
| |
| Cotswolds_King 2005-01-23, 4:04 pm |
| A lightweight implementation of SAPI is implemented on Smartphone only (at
this time). Have a look at the description of the ISpRecognizerLite interface
in the Smartphone 2002/2003 SDK. Be aware that the description is incomplete
in some cases.
You can use ISpRecognizerLite to create a COM plugin that implements speech
recognition functionality, typically of the speaker dependent isolated word
type. The plugin is a DLL and when installed and registered results in
training and recognise menu items (normally not visible) in the built-in
contacts application. This method has already been implemented on devices
such as the MPX200 and the SPV C500.
"Chris" wrote:
> Hi!
>
> I read yesterday that a subset of the Speech API could be implemented on
> mobile devices but I have struggled to find any more information on the
> subject.
>
> Can anyone tell me if this is the case and if so how to start, or, point me
> in the direction of further information?
>
> Thanks
>
> Chris =:o)
|
|
|
|
|