Example of Use case in ASP.NET Core Speech To Text Control
This sample demonstrates a live transcription feature that converts spoken words into text in real-time. Click the microphone button to start speaking, and the transcribed text will appear in the ChatUI control as a conversation with timestamps.
DEMO
SOURCE
The Speech-to-Text control captures audio input and transcribes it dynamically, updating the transcript in the ChatUI
control. Each spoken segment is displayed as an individual message with a timestamp, ensuring a structured conversation format.
The integration with ChatUI
allows real-time updates, maintaining the natural flow of conversation. This setup enhances readability and interaction, making it easier to follow and review the transcription.