AudioServer: Add software volume control

This commit is contained in:
2026-08-19 21:32:36 +03:00
parent 1231b16cc3
commit 78e40ca353
3 changed files with 29 additions and 16 deletions
@@ -17,6 +17,7 @@ struct AudioDevice
uint32_t sample_rate;
uint32_t total_pins;
uint32_t current_pin;
double volume_mult;
snd_volume_info volume;
};