From f59819065bd1e6cf7fddc8dcf86fcc85088260ab Mon Sep 17 00:00:00 2001 From: Fabio Lima Date: Mon, 16 Sep 2024 09:31:49 +0200 Subject: [PATCH] espeak-ng-mbrola-generic.conf: Avoid missing argument to option 'GenericPunctNone' Closes #955 --- config/modules/espeak-ng-mbrola-generic.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/modules/espeak-ng-mbrola-generic.conf b/config/modules/espeak-ng-mbrola-generic.conf index b154601a..803fbf7c 100644 --- a/config/modules/espeak-ng-mbrola-generic.conf +++ b/config/modules/espeak-ng-mbrola-generic.conf @@ -40,7 +40,7 @@ GenericSoundIconFolder "/usr/share/sounds/sound-icons/" # Note that if an empty string is specified, then $PUNCT will be blank # which is a default situation for espeak. -GenericPunctNone "" +GenericPunctNone "--punct=\"\"" GenericPunctSome "--punct=\"()[]{};:\"" GenericPunctMost "--punct=\"()[]{};:\"" GenericPunctAll "--punct"