Explorar el Código

update settings doc

nico hace 8 años
padre
commit
88397b5e07
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  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"
 ```