Hello,
Frank Carmickle, le mar. 17 juil. 2018 12:45:56 -0400, a ecrit:
> I’m having issues where speech just stops. Killing espeakup and restarting
> it is the only thing that seems to help. It does not appear to crash. Does
> anyone have any ideas about how this can be improved?
Well, by debugging the issue so that we get to know what to fix. You can
install the espeakup-dbgsym package from the debug Debian archive, and
then use as root
gdb /usr/bin/espeakup $(pidof espeakup)
and at the gdb> prompt type
thread apply all bt full
so we have an idea of what it is doing.
> How close to upstream master is the current package? I see that a few patches
> have been applied to the latest released version. I’m wondering if I compile
> it locally if I’ll see any improvements?
I don't think the patches applied can fix the issue you are having.
Samuel