igniteui-webcomponents icon indicating copy to clipboard operation
igniteui-webcomponents copied to clipboard

Chat component - speech to text

Open ivanvpetrov opened this issue 1 month ago • 0 comments

Add a speech to text functionality to the chat component.

The actual transcription is done by one of two options:

  1. (entirely on frontend) Webspeech API https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API
  2. (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

ivanvpetrov avatar Oct 14 '25 12:10 ivanvpetrov