talkey
talkey copied to clipboard
Windows - No supported languages even when espeak is installed
Windows 10, Python 3.5, testing from virtualenv within ipython prompt Installed espeak setup_espeak-1.48.04
` tts = talkey.Talkey(engine_preference=['espeak'])
TTSError: No supported languages`
the root cause is in the espeak installation folder hardcoded here: https://github.com/grigi/talkey/blob/master/talkey/engines/espeak.py
On Windows 10 it is r'C:\Program Files (x86)\eSpeak\command_line\espeak.exe'.
That fixed the issue (for windows 10).
Hello, I have the same problem, but I do not understand what needs to be done to correct it? Thank you
Folder on this line:
https://github.com/grigi/talkey/blob/master/talkey/engines/espeak.py#L31
Hi all. Apologies, but I don't have an interest in maintaining this project anymore. If one of you want to take over maintenance it would be great :-) I'll happily give commit access or even transfer the whole repo (and for pypi)
Hey @grigi Is the project now maintained by someone?
Not to my knowledge. Offer still stands to hand over the project to whomever wants it.
@grigi I cab try maintaining the project
@DivyT-03 I invited you. To publish a release on PyPi I would have to add you there as well.
Please provide me your pypi username
Thanks! I accepted the invitation, and My PyPi username is same as my github username - "DivyT-03"
Invite sent :bow:
Cool! I'll start checking out the code