FlorianEagox / WeeaBlind

A program to dub non-english media with modern AI speech synthesis, diarization, and voice cloning!
https://tessapainter.com/project/WeeaBlind
267 stars 26 forks source link

cannot import name 'ESpeakNG' #5

Closed Reno0vacio closed 6 months ago

Reno0vacio commented 1 year ago
  File "C:\Users\Reno\voice\weeablind\weeablind.py", line 3, in <module>
    from Voice import Voice
  File "C:\Users\Reno\voice\weeablind\Voice.py", line 6, in <module>
    from espeakng import ESpeakNG
ImportError: cannot import name 'ESpeakNG' from 'espeakng' (C:\Users\Reno\voice\weeablind\venv\Lib\site-packages\espeakng\__init__.py)
FlorianEagox commented 11 months ago

Hi, that package actually doesn't work on WIndows and truthfully needs to be removed and replaced with a custom one