From 043630ab4f8923733df905f960b5cf8e2fea5bf3 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 14 Jan 2026 19:10:46 -0500 Subject: [PATCH] Updated default speech-dispatcher configuration. --- etc/speech-dispatcher/speechd.conf | 6 ++++-- etc/speech-dispatcher/speechd.conf.bak | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/etc/speech-dispatcher/speechd.conf b/etc/speech-dispatcher/speechd.conf index a000323..540b338 100644 --- a/etc/speech-dispatcher/speechd.conf +++ b/etc/speech-dispatcher/speechd.conf @@ -275,6 +275,7 @@ SymbolsPreprocFile "symbols-fallback.dic" #AddModule "flite" "sd_flite" "flite.conf" #AddModule "ivona" "sd_ivona" "ivona.conf" #AddModule "pico" "sd_pico" "pico.conf" +AddModule "piper-tts-generic" "sd_generic" "piper-tts-generic.conf" #AddModule "espeak-ng-mbrola" "sd_espeak-ng-mbrola" "espeak-ng-mbrola.conf" #AddModule "espeak-ng-mbrola-generic" "sd_generic" "espeak-ng-mbrola-generic.conf" #AddModule "espeak-mbrola-generic" "sd_generic" "espeak-mbrola-generic.conf" @@ -286,8 +287,8 @@ SymbolsPreprocFile "symbols-fallback.dic" #AddModule "kali" "sd_kali" "kali.conf" #AddModule "mary-generic" "sd_generic" "mary-generic.conf" #AddModule "baratinoo" "sd_baratinoo" "baratinoo.conf" -#AddModule "rhvoice" "sd_rhvoice" "rhvoice.conf" -#AddModule "voxin" "sd_voxin" "voxin.conf" +AddModule "rhvoice" "sd_rhvoice" "rhvoice.conf" +AddModule "voxin" "sd_voxin" "voxin.conf" # The output module testing doesn't actually connect to anything. It # outputs the requested commands to standard output and reads @@ -300,6 +301,7 @@ SymbolsPreprocFile "symbols-fallback.dic" # must use one of the names of the modules loaded with AddModule. # DefaultModule espeak-ng +DefaultModule rhvoice # The LanguageDefaultModule selects which output modules are preferred # for specified languages. diff --git a/etc/speech-dispatcher/speechd.conf.bak b/etc/speech-dispatcher/speechd.conf.bak index a000323..540b338 100644 --- a/etc/speech-dispatcher/speechd.conf.bak +++ b/etc/speech-dispatcher/speechd.conf.bak @@ -275,6 +275,7 @@ SymbolsPreprocFile "symbols-fallback.dic" #AddModule "flite" "sd_flite" "flite.conf" #AddModule "ivona" "sd_ivona" "ivona.conf" #AddModule "pico" "sd_pico" "pico.conf" +AddModule "piper-tts-generic" "sd_generic" "piper-tts-generic.conf" #AddModule "espeak-ng-mbrola" "sd_espeak-ng-mbrola" "espeak-ng-mbrola.conf" #AddModule "espeak-ng-mbrola-generic" "sd_generic" "espeak-ng-mbrola-generic.conf" #AddModule "espeak-mbrola-generic" "sd_generic" "espeak-mbrola-generic.conf" @@ -286,8 +287,8 @@ SymbolsPreprocFile "symbols-fallback.dic" #AddModule "kali" "sd_kali" "kali.conf" #AddModule "mary-generic" "sd_generic" "mary-generic.conf" #AddModule "baratinoo" "sd_baratinoo" "baratinoo.conf" -#AddModule "rhvoice" "sd_rhvoice" "rhvoice.conf" -#AddModule "voxin" "sd_voxin" "voxin.conf" +AddModule "rhvoice" "sd_rhvoice" "rhvoice.conf" +AddModule "voxin" "sd_voxin" "voxin.conf" # The output module testing doesn't actually connect to anything. It # outputs the requested commands to standard output and reads @@ -300,6 +301,7 @@ SymbolsPreprocFile "symbols-fallback.dic" # must use one of the names of the modules loaded with AddModule. # DefaultModule espeak-ng +DefaultModule rhvoice # The LanguageDefaultModule selects which output modules are preferred # for specified languages.