Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 1.41 KB

SpeechToTextExplorer.md

File metadata and controls

19 lines (10 loc) · 1.41 KB

Speech to Text Explorer

alt text

Speech to Text Explorer uses Speech to Text API from Azure Speech Services to convert spoken audio to text. Speech to text uses the Universal language model, which was trained on Microsoft-owned data for conversational and dictation scenarios.

Speech translation

To translate your speech in real time, go to Translation and choose a target language. Use the microphone to start transcribing live audio, or go to Sample and choose a pre-recorded audio sample to capture from.

alt text

Key Source Code

  • SpeechToTextExplorer: Main page that drives the demo. It hosts the SpeechToTextView and SpeechToTextWithTranslation (see below) to display the result of audio-to-text conversion and translation.

  • SpeechToTextView: A custom control used to display the result of converting audio to text.

  • SpeechToTextWithTranslation: A custom control used to display the result of converting audio to text with translation.