--- # --------------------------- # 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" default_text_to_speech: "pico2wave" # 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: "moussa"