diff --git a/code/piplayer2.py b/code/piplayer2.py index 98ff966..9e9d959 100644 --- a/code/piplayer2.py +++ b/code/piplayer2.py @@ -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 diff --git a/code/sounds/fail-05.mp3 b/code/sounds/fail-05.mp3 new file mode 100644 index 0000000..e7c0c87 Binary files /dev/null and b/code/sounds/fail-05.mp3 differ diff --git a/code/sounds/ok-05.mp3 b/code/sounds/ok-05.mp3 new file mode 100644 index 0000000..15beff3 Binary files /dev/null and b/code/sounds/ok-05.mp3 differ