say.js icon indicating copy to clipboard operation
say.js copied to clipboard

getInstalledVoices() command isnt reporting all of the installed voices. Unable to change voice?

Open neverson42 opened this issue 3 years ago • 2 comments

image image

When I run the getInstalledVoices() command, it only lists three of the 13 voices I have installed on my computer. If I change the default voice in windows (even to one of the three listed in the console), it doesnt change the voice used.

I've tried changing both the narrator voice settings and text to speech voice settings (both of which list all 13 of my installed voices)

Windows 10.

neverson42 avatar Apr 14 '22 21:04 neverson42

The same exact thing here, furthermore one of the ones showing in my list returns an error when using. unsure if you tried to use all three of those or not

VoIcanis avatar Apr 30 '22 21:04 VoIcanis

This package just calls PowerShell for windows in order to enumerate the voices. But for some reason MS had chosen to not make all voices visible through this API call. More info about this here and some workarounds:

https://stackoverflow.com/questions/51811901/speechsynthesizer-doesnt-get-all-installed-voices-3

64jcl avatar Nov 22 '23 12:11 64jcl