瀏覽代碼

update settings doc

nico 8 年之前
父節點
當前提交
88397b5e07
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      Docs/settings.md

+ 4 - 3
Docs/settings.md

@@ -25,7 +25,7 @@ Available triggers for Kalliope are:
 - snowboy
 
 #### triggers
-The default hotword (also called a wake word or trigger word) detector is based on [Snowboy](https://snowboy.kitt.ai/).
+The hotword (also called a wake word or trigger word) detector is the engine in charging of waking up Kalliope.
 
 Each Trigger has it own configuration. This configuration is passed as argument following the syntax bellow
 ```
@@ -41,6 +41,8 @@ triggers:
       pmdl_file: "trigger/snowboy/resources/model.pmdl"
 ```
 
+See the complete list of [available triggers here](trigger.md).
+
 ## Speech to text configuration
 
 #### default_speech_to_text
@@ -109,8 +111,7 @@ E.g
 text_to_speech:
   - pico2wave:
       language: "fr-FR"
-  - voxygen:
-      language: "fr"
+  - voxygen:      
       voice: "michel"
 ```