From 0d2a647fab1fa079cdc87f9bc0f44fe170c871d8 Mon Sep 17 00:00:00 2001 From: Jakub Pyszczak Date: Mon, 19 Apr 2021 13:28:06 +0200 Subject: [PATCH] [EGD-6573] Fix default audio paths Default audio paths updated to the newest ones. --- module-services/service-audio/ServiceAudio.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module-services/service-audio/ServiceAudio.cpp b/module-services/service-audio/ServiceAudio.cpp index 478c080b554035c42508024b0d7aa2545605a761..bfe6e25b6ec8ccccfce5f1ecc67768ead51ef35e 100644 --- a/module-services/service-audio/ServiceAudio.cpp +++ b/module-services/service-audio/ServiceAudio.cpp @@ -28,10 +28,10 @@ static constexpr auto defaultVolumeLow = "2"; static constexpr auto defaultVolumeMuted = "0"; static constexpr auto defaultTrue = "1"; static constexpr auto defaultFalse = "0"; -static constexpr auto defaultCallRingtonePath = "assets/audio/Ringtone-drum2.mp3"; -static constexpr auto defaultTextMessageRingtonePath = "assets/audio/SMS-drum2.mp3"; -static constexpr auto defaultNotificationsPath = "assets/audio/SMS-drum2.mp3"; -static constexpr auto defaultKeypadSoundPath = "assets/audio/SMS-drum2.mp3"; +static constexpr auto defaultCallRingtonePath = "assets/audio/rington_drum_2.mp3"; +static constexpr auto defaultTextMessageRingtonePath = "assets/audio/sms_drum_2.mp3"; +static constexpr auto defaultNotificationsPath = "assets/audio/sms_drum_2.mp3"; +static constexpr auto defaultKeypadSoundPath = "assets/audio/sms_drum_2.mp3"; static constexpr std::initializer_list> cacheInitializer{