--- # --------------------------- # JARVIS default settings # Use YAML syntax # --------------------------- # This is the snowboy hotword file used to wake up and listen for a new order trigger: name: "jarviss.pmdl" # 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 text_to_speech: - pico2wave: language: "fr-FR" - voxygen: language: "fr" voice: "michel"