Click here to Skip to main content
15,890,741 members
Articles / Hosted Services / Serverless

Building a Universal Translator with Azure Cognitive Services Part One: Recording Speech in a Browser

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
10 Mar 2022CPOL8 min read 3.8K   3  
How to build a frontend web app for a universal translator
This is Part 1 of a 3-part series that demonstrates how to use Azure Cognitive Services to build a universal translator that can take a recording of a person’s speech, convert it to text, translate it to another language, and then read it back using text-to-speech. In this article, we begin by writing the web frontend with React, then hosting the code as an Azure static web application.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Building a Universal Translator with Azure Cognitive Services View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Writer
Australia Australia

Comments and Discussions

Building a Universal Translator with Azure Cognitive Services