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.
- Azure Speech Services (What is Text-to-Speech (TTS)?)
- Quick Start Document of Azure Speech Services (TTS)
- SpeechConfig class in Speech Services SDK (Javascript)
- Azure Speech Service (TTS voices)
Readme update 1.0
npm install
npm start
http://localhost:3000
Node.JS and Express.Js version to run code perfectly are 12.18.4 and 4.16.0.