Chant Developer Workbench 2020

Released: May 28, 2020

2020 버젼 업데이트

기능

  • 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.
  • 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.
  • 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.
  • 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).
  • 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.
  • 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.
  • Windows 10 SRGS and SSML Editing - Now you can design and edit Speech Recognition Grammars (SRGS) Speech Synthesis Markup Language (SSML) for Windows 10 Universal Windows Platform (UWP) device apps that use internal XML validation. Simply open a grammar or markup tab in the Chant Developer Workbench and begin editing.
  • 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.
  • Cepstral SDKs for Speech Synthesis - Do more with Cepstral Speech Technology. Simply instantiate a Cepstral API object to generate phonemes, synthesis text, and generate SSML.
  • CereProc SDKs for Speech Synthesis - Do more with CereProc Speech Technology. Simply instantiate a CereProc API object to synthesis text and generate SSML.
  • 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 synthesis text and generate SSML.
  • Nuance SDKs for Speech Recognition and Speech Synthesis - Do more with Nuance Speech Technology. Simply instantiate a Nuance API object to generate phonemes, synthesis text, and generate SSML.