[Linux Flatpak] Piper TTS fails with missing libespeak-ng.so.1 symlink #10659
Closed
midoo01101111
started this conversation in
Show and tell
Replies: 1 comment
-
|
@midoo01101111 it should be adressed by this PR #10769 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was using v5.0.0-beta13 Flatpak on Arch Linux the "Test to speech" feature with Piper TTS fails becuase the Piper directory contains the versioned library file
libespeak-ng.so.1.52.0.1but the symlinklibespeak-ng.so.1that piper expects is missing.I manually created the symlink
ln -s libespeak-ng.so.1.52.0.1 /home/mohamed/.var/app/dk.nikse.subtitleedit/config/Subtitle\ Edit/TTS/Piper/libespeak-ng.so.1This symlink should probably be created automatically when Piper is set up when downloading.
Beta Was this translation helpful? Give feedback.
All reactions