Browse Source

default tts to acapela

nico 8 years ago
parent
commit
36c4dba6d4
2 changed files with 3 additions and 2 deletions
  1. 2 1
      brains/say.yml
  2. 1 1
      settings.yml

+ 2 - 1
brains/say.yml

@@ -5,4 +5,5 @@
           message:
             - "Bonjour monsieur"
     signals:
-      - order: "bonjour"
+      - order: "bonjour"
+      - order: "Bonjour"

+ 1 - 1
settings.yml

@@ -48,7 +48,7 @@ speech_to_text:
 # Text to speech
 # ---------------------------
 # This is the default TTS that will be used by Kalliope to talk.
-default_text_to_speech: "voicerss"
+default_text_to_speech: "acapela"
 # where we store generated audio files from TTS engine to reuse them
 cache_path: "/tmp/kalliope_tts_cache"