[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Espeak NG ignores punctuation configuration?
From: |
Samuel Thibault |
Subject: |
Re: Espeak NG ignores punctuation configuration? |
Date: |
Sun, 6 Nov 2022 14:56:51 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Hello,
Rastislav Kish, le sam. 05 nov. 2022 14:29:24 +0000, a ecrit:
> I use punctuation level Some in Orca, and I'd like to configure some
> characters to be spoken in line by line navigation.
>
> I modify ~/.config/speech-dispatcher/modules/espeak-ng.conf.
>
> I suppose this is the configuration file being used, since when I modify
> the rate settings there and restart Orca with a delay longer than 5
> seconds, the changes get applied.
>
> I found:
>
> # Characters to be spoken when punctuation setting is "some"
> # Encoding is UTF-8.
> EspeakPunctuationList "@+_"
>
> Which sounds like what I'm searching for, but even with the default
> setting, it doesn't seem to be applied.
Indeed, nowadays symbols.dic is processed first, so you'd rather add
"some" on the corresponding line there.
Samuel