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"
 ```