views:

369

answers:

1

Hi,

I've got Windows Mobile 6.5 application and I need to add simple voice control (like "yes" and "no" commands recognition). I'd also like to add possibility of reading text displayed on LCD.

I'd appreciate any suggestions about possible solutions for such problem. Are there any free libraries with described functionalities?

Thanks for any help, MattheW

A: 

Windows Mobile supports SAPI 5.0, which supports command-based speech recognition and text-to-speech.

Eric Brown
No, it actually doesn't. Windows CE does but WinMo doesn't contain any of those pieces. Even under CE, there are no voices included, so the "support" is more on paper than reality.
ctacke
Then why does my WinMo phone have Voice Command, which does voice recognition and text to speech?
Eric Brown
Downloaded a bunch of WinMo SDKs, and, sigh, apparently SAPI is NOT part of the SDK. Never mind.
Eric Brown
Voice Command is actually a separate, proprietary engine. Unfortunately it has no API, and in fact it's a license violation to even try to use it from anotehr app. I sincerely wish we did have voice reco/TTS under WinMo or even CE.
ctacke