mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
Audio: Add per-client volume
Note: While ClientAudioStream has had a volume property, it is only now used in the mixer.
This commit is contained in:
parent
5300c9e6b4
commit
bd17da9f9e
7 changed files with 33 additions and 1 deletions
|
@ -5,4 +5,5 @@ endpoint AudioClient
|
|||
finished_playing_buffer(i32 buffer_id) =|
|
||||
muted_state_changed(bool muted) =|
|
||||
main_mix_volume_changed(double volume) =|
|
||||
client_volume_changed(double volume) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue