igniteui-webcomponents
igniteui-webcomponents copied to clipboard
Chat component - speech to text
Add a speech to text functionality to the chat component.
The actual transcription is done by one of two options:
- (entirely on frontend) Webspeech API https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API
- (on complimentary backend) Backend handling the communication to a 3rd party provider : Google Speech/Vertex AI/etc https://github.com/IgniteUI/igniteui-speech-to-text-server