bootphon / phonemizer

Simple text to phones converter for multiple languages

Home Page:https://bootphon.github.io/phonemizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

randomly changes folder to load files from?

flzpfnove opened this issue · comments

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.

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