Skip to content

easonlai/ms-speech-services-demo-web-tts

Repository files navigation

Microsoft Azure Speech Services (Text-to-Speech, TTS) Web Demo with Node.JS + Express.JS server

This is demo repo to demostrate how to make simple Text-to-Speech (TTS) web with Speech Services SDK (Javascript), and using Node.JS + Express.JS as server.

This demo web able to perform TTS for 3 different languages, Cantonese (Chinese), Mandarin (Chinese) and English as well as mixed (Chinese with English). And pre-defined 28 different neural voice sounds output for selection.

Readme update 1.0

Install necessary packages

npm install

Run locally

npm start

Test Web locally

http://localhost:3000

Node.JS and Express.Js version to run code perfectly are 12.18.4 and 4.16.0.

alt text