Parcourir la source

update settings doc

nico il y a 8 ans
Parent
commit
88397b5e07
1 fichiers modifiés avec 4 ajouts et 3 suppressions
  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"
 ```