AudioServer: Add support for volume control

This commit is contained in:
2026-04-02 15:21:38 +03:00
parent 5647cf24d2
commit bf4831f468
6 changed files with 100 additions and 9 deletions

View File

@@ -145,7 +145,7 @@ namespace LibAudio
LibAudio::Packet packet {
.type = LibAudio::Packet::Notify,
.parameter = 0,
.parameter = {},
};
send(m_server_fd, &packet, sizeof(packet), 0);