Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

randomly changes folder to load files from? #152

Open
flzpfnove opened this issue May 6, 2023 · 1 comment
Open

randomly changes folder to load files from? #152

flzpfnove opened this issue May 6, 2023 · 1 comment

Comments

@flzpfnove
Copy link

running batch file with:

set "PHONEMIZER_ESPEAK_LIBRARY=%CD%\Espeak NG\libespeak-ng.dll"
echo off
cls
echo %PHONEMIZER_ESPEAK_LIBRARY%
..\Python3.7.8\python.exe %1
pause >nul
exit

prints this to the terminal:

C:\Users\flzha\Desktop\GPT-2\glados-voice\Espeak NG\libespeak-ng.dll
Initializing TTS Engine...
Error processing file '/usr/share/espeak-ng-data\phontab': No such file or directory.
@mmmaat
Copy link
Collaborator

mmmaat commented May 9, 2023

Hi, you have a problem with espeak-ng installation, not phonemizer itself. Your espeak-ng-data is weird: a mix of Linux path (/usr/share/espeak-ng-data) and Windows (\phontab).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants