SoundService: switch to qt6-multimedia

This commit is contained in:
Ly-sec
2025-11-30 12:35:34 +01:00
parent ca04156375
commit 2a6b236faf
2 changed files with 136 additions and 63 deletions
+3 -2
View File
@@ -197,10 +197,11 @@ Singleton {
function timerOnFinished() {
root.timerRunning = false;
root.timerRemainingSeconds = 0;
// Play notification sound with repeat
// Play notification sound with repeat at lower volume
root.timerSoundPlaying = true;
SoundService.playSound("alarm-beep.wav", {
repeat: true
repeat: true,
volume: 0.3
});
}
}