What's new in Chant Developer Workbench 2021?
Last reviewed: 7/8/2021
FAQ Article ID: F072101
GO FASTER!
Gain development productivity and runtime efficiency.
Learn by Example
See how easy it is to develop software that speaks, listens, and detect movement with example apps. Simply compile and run sample apps using your favorite IDE and programming language.
Read Knowledge Base article H072101 Voice enabling apps with CDW 2021 in popular IDEs for more information.
Direct Speech Recognition Requests
Now you can recognize speech directly bypassing vocabulary management and queue processing. StartRecognition method enables continuous speech recognition if no vocabularies are enabled and the Transcribe method directly passes requests to a recognizer and no longer adds requests to a queue.
Read Knowledge Base article H072102 CDW 2021 managing speech recognition directly with the recognizer for more information.
Speech Recognition Context Management
Now you can manage speech recognition context directly with vocabulary management methods. Simply enabled and disable vocabularies (i.e. command, grammar, dictation) before starting the speech recognizer.
Read Knowledge Base article H072103 CDW 2021 managing listening context with vocabularies for more information.
Direct Speech Synthesis Requests
Now you can synthesize text to speech directly bypassing queue processing. Speak methods directly pass requests to synthesizer and no longer add requests to a queue (i.e., real-time or batch).
Read Knowledge Base article H072104 CDW 2021 managing speech synthesis directly with the synthesizer for more information.
Speech Recognizer Browser
Now you can design and test speech recognition apps using the Speech Recognizer Browser. Simply select a speech recognizer, define vocabularies to use for testing speech recognition, and analyze output and event results.
Read Knowledge Base article H052005 CDW 2021 designing and testing speech recognition apps for more information.
Speech Synthesizer Browser
Now you can design and test speech synthesis apps using the Speech Synthesis Browser. Simply select a speech synthesizer, enter text to synthesize, and analyze output and event results.
Read Knowledge Base article H072106 CDW 2021 designing and testing speech synthesis apps for more information.
GO NATIVE!
Optimize application builds with specific SDKs.
Version-specific API Support
Now you can deploy apps with version-specific API support. Simply include a version-specific Chant API library with applications when deploying.
Read Knowledge Base article H072108 CDW 2021 developing applications with version-specific API support for more information.
Acapela SDK for Speech Synthesis
Do more with Acapela Speech Technology. Simply instantiate an Acapela TTS API object to edit phonemes, synthesis text, and generate Acapela TTS Tags.
Read Knowledge Base article H072109 CDW 2021 developing applications with Acapela Speech Technology for more information.
Cepstral SDK for Speech Synthesis
Do more with Cepstral Speech Technology. Simply instantiate a Cepstral API object to generate phonemes, synthesis text, and generate SSML.
Read Knowledge Base article H072110 CDW 2021 developing applications with Cepstral Speech Technology for more information.
CereProc SDK for Speech Synthesis
Do more with CereProc Speech Technology. Simply instantiate a CereProc API object to synthesis text and generate SSML.
Read Knowledge Base article H072111 CDW 2021 developing applications with CereProc Speech Technology for more information.
Microsoft SDKs for Speech Recognition, Speech Synthesis, and Natural User Interface
Do more with Microsoft Speech and Natural User Interface (NUI) Technology. Simply instantiate a Microsoft API object to manage grammars, detect movement, manage lexicons, manage profiles, recogize speech, synthesis text, generate SSML, and develop and test VoiceXML.
Read Knowledge Base article H072112 CDW 2021 developing apps with Microsoft Speech and NUI Technology for more information.
Microsoft WindowsMedia for Speech Recognition and Speech Synthesis
Do more with Microsoft WindowsMedia Speech Technology. Simply instantiate a WindowsMedia API object to manage grammars, recognize speech, and synthesize text.
Read Knowledge Base article H072113 CDW 2021 developing apps with Microsoft WindowsMedia Speech Technology for more information.