diff --git a/public/notification.mp3 b/public/notification.mp3 deleted file mode 100644 index 4e8f14a0..00000000 Binary files a/public/notification.mp3 and /dev/null differ diff --git a/public/notification.wav b/public/notification.wav new file mode 100644 index 00000000..6d83556c Binary files /dev/null and b/public/notification.wav differ diff --git a/src/core/utils/notify.ts b/src/core/utils/notify.ts index ef0f0f99..c8b1e6b2 100644 --- a/src/core/utils/notify.ts +++ b/src/core/utils/notify.ts @@ -1,6 +1,6 @@ import { useAppStore } from '@core/stores/appStore.js'; -const notificationSound = new Audio("/notification.mp3"); +const notificationSound = new Audio("/notification.wav"); let isPlaying = false;