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

Latest commit

 

History

History
20 lines (10 loc) · 1.19 KB

NeuralTextToSpeech.md

File metadata and controls

20 lines (10 loc) · 1.19 KB

Neural Text to Speech

alt text

Text-to-speech converts input text into human-like synthesized speech using Speech Synthesis Markup Language (SSML). Use neural voices, which are human-like voices powered by deep neural networks.

Neural voices

We specified some neural voices in the NeuralVoices.json file. You can add more neural voices. For a full list of neural voices, see supported languages.

Key Source Code

  • NeuralTTS: Main page that drives the demo.

  • NeuralTTSDataLoader: A class used to save and load cached audio results.

  • NeuralVoices.json: A JSON file that contains a list of the available neural voices for this demo.

  • Authentication: The text-to-speech REST API requires an Authorization header. This class has logic to get a service access token.