Skip to content

VickyFi/Speak-IT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speak IT App

This app is based on the Sample React App fot integration with the Azure Speech service by Azure-Samples.

Prerequisites

  1. This project assumes that you have an Azure account and Speech service subscription. If you don't have an account and subscription, try the Speech service for free.
  2. Ensure you have Node.js installed.

How to run the app

  1. Clone this repo, then change directory to the project root and run npm install to install dependencies.
  2. Run cp .env.example .env
  3. Add your Azure Speech key and region to the .env file, replacing the placeholder text.
  4. Run npm install
  5. To run the Express server and React app together, run npm run dev.

Change recognition language

To change the source recognition language, change the locale strings in App.js

speechConfig.speechRecognitionLanguage = 'en-US'

For a full list of supported locales, see the language support article.

About

This repository contains the source code of Speak IT app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published