~aleteoryx/muditaos

0d2a647fab1fa079cdc87f9bc0f44fe170c871d8 — Jakub Pyszczak 5 years ago 124b6cb
[EGD-6573] Fix default audio paths

Default audio paths updated to the newest ones.
1 files changed, 4 insertions(+), 4 deletions(-)

M module-services/service-audio/ServiceAudio.cpp
M module-services/service-audio/ServiceAudio.cpp => module-services/service-audio/ServiceAudio.cpp +4 -4
@@ 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<std::pair<audio::DbPathElement, const char *>> cacheInitializer{