From 058037040bae1ef870ea5332a698ad4299bfa001 Mon Sep 17 00:00:00 2001 From: Conner Vieira Date: Wed, 30 Oct 2024 00:06:44 -0400 Subject: [PATCH] Updated default start-up sound --- CHANGELOG.md | 3 +++ assets/support/configdefault.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 395bc26..22baa7e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -527,3 +527,6 @@ This update emphasizes improving the reliability of Predator, especially when op - Previously, the time offset manager thread would keep Predator alive after using the "Quit" option. - All threads now watch a global variable, and will exit when it is changed. - This means the user can simply press Ctrl+C once, and all threads will clean up and exit. +- Updated sound effects. + - Removed unused sound files. + - Replaced the default start-up sound. diff --git a/assets/support/configdefault.json b/assets/support/configdefault.json index c3a4e07..9dd6f0b 100755 --- a/assets/support/configdefault.json +++ b/assets/support/configdefault.json @@ -109,7 +109,7 @@ }, "sounds": { "startup_sound": { - "path": "./assets/sounds/testnoise.mp3", + "path": "./assets/sounds/startup.mp3", "repeat": 0, "delay": 0.3 },