How can I get all the TTS voices installed on a computer into a combobox or listbox and then set the voice to be used to the one selected from the list? Thanks for your help.
*PUBLIC objVoice
objVoice = CreateObject("SAPI.SpVoice")
n=0
FOR i=1 TO objVoice.GetVoices.Count && Total of voices installed
WAIT WINDOW objVoice.GetVoices().Item(n).GetDescription
n=n+1
ENDFOR
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.