Add pause on unfocus feature

This commit is contained in:
Pheenoh
2026-04-19 10:02:55 -06:00
parent aa8af54687
commit 3eeae1278e
9 changed files with 40 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ namespace dusk::audio {
void SetMasterVolume(f32 value);
void SetPaused(bool paused);
u32 GetResetCount(int channelIdx);
f32 VolumeFromU16(u16 value);