Hello Team,
We are glad to share that we now have an SDK that supports voice-services integration with the web-based application built using Angular10 and uses CKEditor5 as the text-editor.
Date of Release: 21st November 2022
Version: 1.0.0
Download from: https://resource.augnito.ai/augnitoupgrade/speechapi/augnitoangularsdkdemo_v1.0.0.zip
Please note: Partner dev-team needs to update API credentials (associated to their Augnito account and Voice Services subscription) into “.env” file and then start the application.
The SDK includes 2 components:
- Augnito Angular10 (with CKEditor5) SDK
This SDK allows easy integration of speech to text for any client application which is built with Angular10 and uses CKEditor5 as the text-editor.
Features:
> Gathers microphone permission from the device
> Supports streaming audio from mobile’s microphone and Philips Mic (for dictation and mic on/off)
> Establishes socket connection with the speech server to send audio and receive text output
> Callback made to the client application to handle various states of the dictation workflow
- Demo application
An Angular 10 application to demonstrate the integration of SDK library into the client application
Features:
> Handled dictation start/stop callback to handle mic button changes in the UI
> Handled partial and final text output
> Handled error callbacks
> Handled commands such as: delete it, delete that, delete previous word, delete last <n> words, delete previous line, delete last <n> lines, goto <field>, stop mic, Bold, Italicize, Next/previous field navigation and LIST commands
> List of all supported commands can be accessed from menu