feat(audio): play audio-volume-change sound on volume change

This commit is contained in:
Michael Aaron Murphy 2024-02-06 05:29:25 +01:00 committed by Ashley Wulber
parent a1f2630462
commit 847db3a4f2
3 changed files with 35 additions and 1 deletions

View file

@ -39,6 +39,7 @@ use mpris_subscription::MprisUpdate;
mod config;
mod mpris_subscription;
mod pipewire;
mod pulse;
const VERSION: &str = env!("CARGO_PKG_VERSION");