Updated default speech-dispatcher configuration.

This commit is contained in:
Storm Dragon
2026-01-14 19:10:46 -05:00
parent 0178ee75ed
commit 043630ab4f
2 changed files with 8 additions and 4 deletions

View File

@@ -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.

View File

@@ -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.