pied icon indicating copy to clipboard operation
pied copied to clipboard

Some non-ASCII chars are ignored.

Open cshaa opened this issue 1 year ago • 1 comments
trafficstars

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.

cshaa avatar Oct 23 '24 22:10 cshaa