Skip to content

eSpeak integration no longer works after version 0.4.5 #175

@K9Kraken

Description

@K9Kraken

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

  1. step one...
  2. step two...

What OS are you seeing the problem on?

Linux

Package version

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions