소스 검색

default tts to acapela

nico 8 년 전
부모
커밋
36c4dba6d4
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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"