How do you download the audio from html5 or however this audio of text-to-speech is working on this site? https://ttsreader.com/
I'm trying to automate some testing with real audio to test on Amazon Alexa, and so I need a huge sample set of audio files. So I have all the permutations of the phrases I want to try, but I need different voices for each one.
I found https://ttsreader.com/ and I like the variety and natural voices they have, but I can't figure out how to programmatically download the text-to-speech audio when the voice plays.
I'm planning on downloading like 6k audio files between all the different voices so I definitely need to script this somehow, as their suggested way through Audacity would be far too time consuming.