The information in this article applies to:
SUMMARY
The VOICEMDI sample included in the Microsoft Speech SDK 1.0 does not check
for a Voice-Navigator application installed on the system. Also, it does
not observe the current setting of the UseSpeech registery entry. It is
written in the style of a test application and makes calls to MORE INFORMATION
All applications on a given site that use voice commands or voice text
share the same attribute settings, so applications should not make changes
to these settings. Instead, applications should allow the user to change
these settings globally using a Voice-Navigator application and observe all
the current settings. However, the VOICEMDI sample does not do this;
instead, it calls the AwakeStateSet() and EnabledSet() member functions of
the IVCmdAttributes interface to modify the settings. Also, it doesn't look
for the WM_SPEECHSTARTED and WM_SPEECHENDED messages that notify
applications when the user has changed the global settings.
Additional query words: 1.00 SAPI VCMD VTXT
Keywords : kbmm MMSpeech |
Last Reviewed: March 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |