When I run speechSynthesis.getVoices() in Chrome, I get a list of possible voices. The list changes depending on the computer and version of Chrome.
Is there any way I can extend support and add more voices?
I feel like this could be done by asking a user to download a voice file for their chosen language. Do such files exist?
Edit:
This needs to work for both Windows and Mac computers.
It also needs to be simple, so no scripts or anything that would require extensive technical knowledge. I'm hoping for a "download and install" type of thing

