A quick start project that shows how to integrate the Angular Speech-to-Text component with Chat UI to build a voice-enabled chat app.
Refer to the following documentation to learn about the Angular Speech-to-Text component: https://ej2.syncfusion.com/angular/documentation/speech-to-text/getting-started
Check out this online example of the Angular Speech-to-Text Component: https://ej2.syncfusion.com/angular/demos/#/tailwind3/speech-to-text/default
Refer to the following documentation to learn about the Angular Chat UI component: https://ej2.syncfusion.com/angular/documentation/chat-ui/getting-started
Check out this online example of the Angular Chat UI Component: https://ej2.syncfusion.com/angular/demos/#/tailwind3/chat-ui/default
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the voice-to-text-real-time-transcription-using-the-syncfusion-angular-speechtotext-component repository and then open it in Visual Studio Code. Now, simply install all the necessary Angular packages into your current project using the npm install command and run your project using the ng serve command.