[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pronounce space character
From: |
Rastislav Kish |
Subject: |
Re: Pronounce space character |
Date: |
Fri, 25 Nov 2022 13:18:55 +0000 |
Awesome, thanks!
Just a little technical question, is the bugfix going to be shipped to
point release distros?
I have a program that crashes on this, so I did a temporal fix that
replaces the character on my side.
It's fine like this, it works and while the default option is not
international, the users can change the character's pronunciation,
that's also one of the features.
So it's nothing major, but if the bugfix will be available at the time
of the program's release, I would keep an eye on it and remove the
substitution when possible.
Thanks again for the quick fix!
Best regards
Rastislav
Dňa 25. 11. 2022 o 1:05 Samuel Thibault napísal(a):
> Hello,
>
> Rastislav Kish, le jeu. 24 nov. 2022 22:12:48 +0000, a ecrit:
>> I would like Speech-Dispatcher to pronounce the space character, i.e.
>>
>> spd-say -c ' '
>>
>> would say space. Instead, I get the message:
>>
>> Speech Dispatcher failed to say character
>>
>> I suppose there is a parsing problem?
> Indeed, the SSIP protocol was not respected by libspeechd. I have now
> fixed that in master.
>
> Thanks for the report,
> Samuel