New Features in SpeechKit 7
Internal Enhancements for Streamlined Performance
- Classes re-factored for performance and platform-specific implementations.
- Single license unlock for Win32, Win64 and WinCE libraries.
- Libraries compiled and linked with latest version of compiler and runtimes.
- Libraries digitally signed for applications addressing Windows certification requirements.
- Documentation reorganized and reformatted for ease of use.
Read Knowledge Base article H071101 HOW: Exploring Chant Developer Workbench 2011 features for more information.
SAPI Grammar Rules and Phrase Properties
Recognition Result Confidence
Now you can obtain the recognition result confidence different ways. Simply enumerate the ChantWord, ChantRule, or ChantPhraseProperty objects to obtain the confidence properties.
Read Knowledge Base article H071130 HOW: Interpreting recognition result confidence for more information.
1-Shot (2-pass) Recognition
Now you recognize with grammars compiled for 1-Shot (2-pass) recognition. Simply set the Active, Start, and Stop field values for the grammar using AddResource with CSRActivateField, CSRStartField, and CSRStopField resources before enabling the grammar resource.
Read Knowledge Base article H071131 HOW: Implementing 1-Shot (2-pass) recognition for more information.
SetMicOn as Master Switch
Now you can optimize multi-grammar enablement by using SetMicOn. Simply use SetMicOn to turn the microphone off before enabling one or more grammars, then turn the microphone on to enable them.
Read Knowledge Base article H071132 HOW: Managing recognition state with SetMicOn for more information.
L&H BNF Grammars
Now you can recognize with L&H BNF version-specific grammars (V1.0, V1.1, and V2.0). Simply set the ChantEngineAPI constant to CEVoCon2, CEVoCon3, or CEVoCon4 and set the runtimes before enabling grammars.
Read Knowledge Base article H071103 HOW: Managing VoCon Grammars for more information.
W3C ABNF Grammars
Now you can recognize with W3C ABNF grammars. Simply use the new ChantEngineAPI constant CEVoCon4 to set the VoCon V4 runtimes before enabling grammars.
Read Knowledge Base article H071104 HOW: Managing W3C ABNF Grammars for more information.
W3C XML Grammars
Now you can recognize with W3C XML. Simply use the ChantEngineAPI constant CESAPI5SR to set the SAPI 5 recognizer before enabling grammars.
Read Knowledge Base article H071105 HOW: Managing W3C XML Grammars for more information.
JSGF Grammars
Now you can recognize with JSGF grammars. Simply use the new ChantEngineAPI constant CEVoCon4 to set the VoCon V4 runtimes before enabling grammars.
Read Knowledge Base article H071106 HOW: Managing JSGF Grammars for more information.
Grammar Compiler Options
Now you can specify the VoCon Compiler option when recognizing with grammars. Simply select a single option from the dropdown list or enter the value of the desired option before compiling.
Read Knowledge Base article H071107 HOW: Working with VoCon compiler options for more information.
Speech Recognition Context
Now you can recognizer with a multi-grammar context. Simply define recognizer context resource CSRContext, add grammar resources, and enable the resource like a grammar resource.
Read Knowledge Base article H071108 How: Recognizing with multi-grammar context for more information.
.NET V4 libraries
Now you can target .NET Framework 4 applications with .NET 4 Chant component libraries. Simply add references for the new .NET 4 Chant component libraries to your project.
Read Knowledge Base article H071109 HOW: Targeting .NET Framework Versions for more information.
Silverlight libraries
C++Builder class library
Now you develop C++Builder applications that speak and listen without binding to release-specific VCL binaries. Simply use the new Chant component library C++Builder classes in your C++Builder applications.
Read Knowledge Base article H071134 HOW: Developing C++Builder applications that speak and listen for more information.
Delphi class library
Now you develop Delphi applications that speak and listen without binding to release-specific VCL binaries. Simply use the new Chant component library Delphi classes in your Delphi applications.
Read Knowledge Base article H071135 HOW: Developing Delphi applications that speak and listen for more information.
VoCon 3200 V4
Dragon NaturallySpeaking
WinCE Web Component Library
Now you can develop VoCon 3200 V4 applications that speak and listen. Simply use the new ChantEngineAPI constant CEVoCon4 to set the VoCon V4 runtimes before enabling vocabularies.
Read Knowledge Base article H071136 HOW: Developing Web applications that speak and listen for more information.
WinCE Recognition and TTS Testing
Now you can easily test recognition and synthesis with the new WinCE Chant Developer Workbench interactive environment.
Read Knowledge Base article H071114 HOW: Testing mobile applications for more information.
Related Articles
Where to Buy