Elleo / pied

Pied makes it simple to install and manage text-to-speech Piper voices for use with Speech Dispatcher.
https://pied.mikeasoft.com
GNU General Public License v3.0
125 stars 4 forks source link

Some non-ASCII chars are ignored. #22

Open cshaa opened 1 month ago

cshaa commented 1 month ago

If I use piper directly, it works as expected:

echo "Řekni řeřicha!" | piper -m cs_CZ-jirka-medium -f piper-output.mp4

https://github.com/user-attachments/assets/f06d7fd9-a81c-4d9e-850d-ae660db89786

(You have to manually unmute the audio)

However, if I give the same text to speechd, it completely skips all the "ř"!

spd-say "Řekni řeřicha!"

https://github.com/user-attachments/assets/5ae56a9e-fe31-4420-93a0-906969b959de

(You have to manually unmute the video)

Out of all the Czech diacritics áčďéíňóřšťúůý, only those with acute (áéíóúý) seem to be pronounced, the rest is skipped.