TTS engine to create high quality speech
Added 2021-06-26 06:38:30 +0000 UTCHere is the service we are using to do the text to speech on our tutorials.
https://azure.microsoft.com/en-us/services/cognitive-services/text-to-speech/#features
We use a python code to generate and download the audio, but you can do it easily via a website. It is much easier, and you don't need to create an account (the python version you need at least a free account to use it)
https://speech.microsoft.com/audiocontentcreation
Attached goes the python script we use, in case you don't want to use the web version.