Chant Developer Workbench 2021 (8.0.1.1)

Released: Dec 14, 2021

2021 (8.0.1.1) 버젼 업데이트

기능

  • New Speech Manager enables applications to easily create and schedule speech processing requests.
    • Developers now have the ability to quickly and easily generate and manage speech processings with a few lines of code. Speech Manager provides high-value capabilities that leverage Acapela, CereProc, Cepstral, Microsoft, and Nuance speech technologies.
    • There are two types of speech requests supported: transcription and speech synthesis.
      • With transcription requests, audio streams (i.e., buffers and files) serve as audio source for speech recognition.
      • With synthesis requests, audio is generated from synthesizing speech from text and returned as buffers, file, or streamed for live playback.
    • Requests are created, scheduled, and destroyed. A request is created with optional parameters that specify the details for transcription or synthesis. Once a request is created, it can be managed with various priorities.
    • Speech Manager class libraries are available for C++, Embarcadero C++Builder, Embarcadero Delphi, Java (JDK 1.8, 11, 13, 14, 15, 16), C#, and VB .NET (4.5+, 3.1, 5.0) Microsoft Windows applications. Integration is simple and fast because three lines of code can create, schedule, and destroy a speech processing request.