-
-
Notifications
You must be signed in to change notification settings - Fork 246
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
espeak_config = EspeakConfig(
lib_path = PATH / "elib" / "lib" / "libespeak-ng.so.1",
data_path = PATH / "elib" / "espeak-ng-data"
)
kokoro = Kokoro( str(PATH / "source/kokoro-v1.0.onnx"), str(PATH / "source/voices-v1.0.bin"), espeak_config=espeak_config )kokoro-onnx==0.4.5
kokoro.create_stream("Test 1.5", voice, speed, lang="en-us")
Pronounces correctly saying "Test one point five"
kokoro-onnx==0.4.6+
kokoro.create_stream("Test 1.5", voice, speed, lang="en-us")
Pronounces wrong saying "Test one five" (Not applying the eSpeak phonemes)
Steps to reproduce
- step one...
- step two...
What OS are you seeing the problem on?
Linux
Package version
No response
Relevant log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working