talkey icon indicating copy to clipboard operation
talkey copied to clipboard

Windows - No supported languages even when espeak is installed

Open radeksvarz opened this issue 6 years ago • 12 comments

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`

radeksvarz avatar Apr 19 '18 12:04 radeksvarz

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).

radeksvarz avatar Apr 19 '18 12:04 radeksvarz

Hello, I have the same problem, but I do not understand what needs to be done to correct it? Thank you

marchanderic44 avatar May 05 '19 13:05 marchanderic44

Folder on this line: https://github.com/grigi/talkey/blob/master/talkey/engines/espeak.py#L31

radeksvarz avatar Jul 22 '19 09:07 radeksvarz

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)

grigi avatar Jul 22 '19 13:07 grigi

Hey @grigi Is the project now maintained by someone?

DivyT-03 avatar Jun 29 '21 15:06 DivyT-03

Not to my knowledge. Offer still stands to hand over the project to whomever wants it.

grigi avatar Jun 29 '21 16:06 grigi

@grigi I cab try maintaining the project

DivyT-03 avatar Jun 30 '21 17:06 DivyT-03

@DivyT-03 I invited you. To publish a release on PyPi I would have to add you there as well.

grigi avatar Jul 01 '21 09:07 grigi

Please provide me your pypi username

grigi avatar Jul 01 '21 09:07 grigi

Thanks! I accepted the invitation, and My PyPi username is same as my github username - "DivyT-03"

DivyT-03 avatar Jul 01 '21 13:07 DivyT-03

Invite sent :bow:

grigi avatar Jul 01 '21 13:07 grigi

Cool! I'll start checking out the code

DivyT-03 avatar Jul 01 '21 14:07 DivyT-03