Blame SOURCES/0001-Make-espeak-ng-the-default-output-module.patch

b5cddf
From b4400c86b7481cd8ffd6d1ae4dc62d0be29e1e30 Mon Sep 17 00:00:00 2001
b5cddf
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
b5cddf
Date: Fri, 9 Mar 2018 14:13:47 +0100
b5cddf
Subject: [PATCH] Make espeak-ng the default output module
b5cddf
b5cddf
---
b5cddf
 config/speechd.conf | 2 +-
b5cddf
 1 file changed, 1 insertion(+), 1 deletion(-)
b5cddf
b5cddf
diff --git a/config/speechd.conf b/config/speechd.conf
b5cddf
index 140de3a..f99e3ce 100644
b5cddf
--- a/config/speechd.conf
b5cddf
+++ b/config/speechd.conf
b5cddf
@@ -240,7 +240,7 @@ DefaultVolume 100
b5cddf
 # The DefaultModule selects which output module is the default.  You
b5cddf
 # must use one of the names of the modules loaded with AddModule.
b5cddf
 
b5cddf
-DefaultModule espeak
b5cddf
+DefaultModule espeak-ng
b5cddf
 
b5cddf
 # The LanguageDefaultModule selects which output modules are prefered
b5cddf
 # for specified languages.
b5cddf
-- 
b5cddf
2.14.3
b5cddf