Переглянути джерело

Merge pull request #177 from kalliope-project/fix-tests-sounds

[Fix] By default sounds are comment in settings
Nicolas Marcq 8 роки тому
батько
коміт
88a6995255
1 змінених файлів з 3 додано та 3 видалено
  1. 3 3
      kalliope/settings.yml

+ 3 - 3
kalliope/settings.yml

@@ -92,9 +92,9 @@ random_wake_up_answers:
 # the `random_wake_up_answers`.
 # Place here the full path of the sound file or just the name of the file in /usr/lib/kalliope/sounds
 # The file must be .wav or .mp3 format. By default two file are provided: ding.wav and dong.wav
-random_wake_up_sounds:
-  - "../sounds/ding.wav"
-  - "../sounds/dong.wav"
+#random_wake_up_sounds:
+#  - "sounds/ding.wav"
+#  - "sounds/dong.wav"
   # - "/my/personal/full/path/my_file.mp3"