Dear developer,
I've uninstalled eSpeak, but I still get old entries, such as eSpeak-en and eSpeak-es-la+f2, on Balabolka SAPI 5 tab, telling me that the class is not registered.
Perhaps eSpeak uninstallation is not as clean as it should be.
Sorry to ask, but could you please check this problem?
Thank you in advance and regards,
CM
Version: Compiled for Windows. SAPI5 (setup_espeak-1.48.04.exe)
I'm answering my own question. In order to remove old entries of eSpeak voices I had to manually delete some keys from Windows Registry. One can create a .reg file on notepad with this lines:
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens\eSpeak_3]
@="eSpeak-ES-LA+F2"
"CLSID"="{BE985C8D-BE32-4A22-AA93-55C16A6D1D91}"
"Path"="C:\Program Files\eSpeak"
"VoiceName"="es-la+f2"
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens\eSpeak_3\Attributes]
"Age"="Adult"
"Gender"="Male"
"Language"="40A"
"Name"="eSpeak-es-la+f2"
"Vendor"="http://espeak.sf.net"
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens\eSpeak_4]
@="eSpeak-EN"
"CLSID"="{BE985C8D-BE32-4A22-AA93-55C16A6D1D91}"
"Path"="C:\Program Files\eSpeak"
"VoiceName"="en"
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens\eSpeak_4\Attributes]
"Age"="Adult"
"Gender"="Male"
"Language"="409"
"Name"="eSpeak-en"
"Vendor"="http://espeak.sf.net"
having this issue as well, thanks for posting
eSpeak project is inactive for long time now. Active development and support now happens in eSpeak NG project https://github.com/espeak-ng/espeak-ng. Mailing list of espeak-ng project is https://groups.io/g/espeak-ng
Hi, it might be interesting to have a visible banner on the website to point to espeak-ng. I found a bug and went all to sf.net to get the source to verify it was still here, checked out svn, until I noticed your reply.
I changed project status and now it has button "This project can now be found here".