--- # --------------------------- # JARVIS default settings # Use YAML syntax # --------------------------- # This is the trigger that will catch your magic work to wake up JARVIS default_trigger: "snowboy" # This is the STT that will be used by default default_speech_to_text: "google" # This is the default TTS that will be used by JARVIS to talk. default_text_to_speech: "pico2wave" # When jarvis detect the hotword/trigger, he will select randomly a phrase in the following list # to notify the user that he's listening for orders random_wake_up_answers: - "Oui monsieur?" - "Je vous écoute" - "Monsieur?" - "Que puis-je faire pour vous?" - "J'écoute" - "Oui?" # Spreech to Text engines configuration # Available engine are: # - google (via SpeechRecognition) # - speech_to_text: - google: language: "fr-FR" - bing # Text to Spreech engines configuration # Available engine are: # - pico2wave # - voxygen text_to_speech: - pico2wave: language: "fr" - voxygen: language: "fr" voice: "michel" cache: True # Trigger engine configuration # Available engine are: # - snowboy triggers: - snowboy: pmdl_file: "trigger/snowboy/resources/jarviss.pmdl"