longer fail and OK sound

This commit is contained in:
2017-10-06 12:19:36 +02:00
parent aab3eab03f
commit d3edd4d37e
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ import os
# Configuration
MUSIC_BASE_DIRECTORY = "/home/pi/music/"
SOUND_SCANNING = "/home/pi/piplayer2/sounds/scanning.mp3"
SOUND_OK = "/home/pi/piplayer2/sounds/ok.mp3"
SOUND_SCAN_FAIL = "/home/pi/piplayer2/sounds/fail.mp3"
SOUND_OK = "/home/pi/piplayer2/sounds/ok-05.mp3"
SOUND_SCAN_FAIL = "/home/pi/piplayer2/sounds/fail-05.mp3"
SOUND_PLAYBACK_ERROR = "/home/pi/piplayer2/sounds/error.mp3"
QR_SCANNER_TIMEOUT = 3
Binary file not shown.
Binary file not shown.