From 61d7dca417facce2deb5e06ac4d6d5bc7f9b4ccc Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 19 Jul 2022 01:59:18 +0200 Subject: [PATCH] Extend speech dispatcher configuration file So speech dispatcher knows to detect mimic3, and knows about the different voices and can trigger their download. --- .../speech-dispatcher/mimic3-generic.conf | 51 ++++++++++++++++++- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/examples/speech-dispatcher/mimic3-generic.conf b/examples/speech-dispatcher/mimic3-generic.conf index 9e00d3c..179fc37 100644 --- a/examples/speech-dispatcher/mimic3-generic.conf +++ b/examples/speech-dispatcher/mimic3-generic.conf @@ -1,2 +1,49 @@ -GenericExecuteSynth "printf %s \'$DATA\' | /path/to/mimic3 --remote --voice \'$VOICE\' --stdout | $PLAY_COMMAND" -AddVoice "en" "MALE1" "en_UK/apope_low" +Debug 0 + +GenericExecuteSynth "printf %s \'$DATA\' | mimic3 --remote --voice \'$VOICE\' --stdout | $PLAY_COMMAND" + +GenericCmdDependency "mimic3" +GenericSoundIconFolder "/usr/share/sounds/sound-icons/" + +AddVoice "af" "FEMALE1" "af_ZA/google-nwu_low" +AddVoice "bn" "FEMALE1" "bn/multi_low" +AddVoice "de" "MALE1" "de_DE/thorsten_low" +AddVoice "de" "MALE2" "de_DE/thorsten-emotion_low" +AddVoice "de" "MALE3" "de_DE/m-ailabs_low" +AddVoice "el" "FEMALE1" "el_GR/rapunzelina_low" +AddVoice "en" "MALE1" "en_UK/apope_low" +AddVoice "en" "MALE2" "en_US/hifi-tts_low" +AddVoice "en" "FEMALE1" "en_US/ljspeech_low" +AddVoice "en" "MALE3" "en_US/m-ailabs_low" +AddVoice "en" "MALE4" "en_US/cmu-arctic_low" +AddVoice "en" "FEMALE2" "en_US/vctk_low" +AddVoice "es" "MALE1" "es_ES/carlfm_low" +AddVoice "es" "MALE2" "es_ES/m-ailabs_low" +AddVoice "fa" "FEMALE1" "fa/haaniye_low" +AddVoice "fi" "MALE1" "fi_FI/harri-tapani-ylilammi_low" +AddVoice "fr" "FEMALE1" "fr_FR/m-ailabs_low" +AddVoice "fr" "FEMALE2" "fr_FR/siwis_low" +AddVoice "fr" "MALE1" "fr_FR/tom_low" +AddVoice "gu" "FEMALE1" "gu_IN/cmu-indic_low" +AddVoice "ha" "MALE1" "ha_NE/openbible_low" +AddVoice "hu" "FEMALE1" "hu_HU/diana-majlinger_low" +AddVoice "it" "MALE1" "it_IT/mls_low" +AddVoice "it" "MALE2" "it_IT/riccardo-fasol_low" +AddVoice "jv" "MALE1" "jv_ID/google-gmu_low" +AddVoice "ko" "FEMALE1" "ko_KO/kss_low" +AddVoice "ne" "FEMALE1" "ne_NP/ne-google_low" +AddVoice "nl" "MALE1" "nl/bart-de-leeuw_low" +AddVoice "nl" "MALE2" "nl/flemishguy_low" +AddVoice "nl" "FEMALE1" "nl/nathalie_low" +AddVoice "nl" "MALE3" "nl/pmk_low" +AddVoice "nl" "MALE4" "nl/rdh_low" +AddVoice "pl" "FEMALE1" "pl_PL/m-ailabs_low" +AddVoice "ru" "FEMALE1" "ru_RU/multi_low" +AddVoice "sw" "MALE1" "sw/lanfrica_low" +AddVoice "te" "MALE1" "te_IN/cmu-indic_low" +AddVoice "tn" "FEMALE1" "tn_ZA/google-nwu_low" +AddVoice "uk" "MALE1" "uk_UK/m-ailabs_low" +AddVoice "vi" "FEMALE1" "vi_VN/vais1000_low" +AddVoice "to" "MALE1" "yo/openbible_low" + +DefaultVoice "en_UK/apope_low"