ladybird/Userland/Applets
kleines Filmröllchen 152ec28da0 Audio: Change how volume works
Across the entire audio system, audio now works in 0-1 terms instead of
0-100 as before. Therefore, volume is now a double instead of an int.
The master volume of the AudioServer changes smoothly through a
FadingProperty, preventing clicks. Finally, volume computations are done
with logarithmic scaling, which is more natural for the human ear.

Note that this could be 4-5 different commits, but as they change each
other's code all the time, it makes no sense to split them up.
2021-09-12 23:38:57 +02:00
..
Audio Audio: Change how volume works 2021-09-12 23:38:57 +02:00
ClipboardHistory Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
DesktopPicker Everywhere: Use my cool new @serenityos.org email address 2021-09-01 11:37:25 +04:30
Network Userland: Make representation of 'null' IPv4-address friendlier 2021-08-03 10:20:51 +02:00
ResourceGraph Applets: Remove unused header includes 2021-08-01 08:10:16 +02:00
CMakeLists.txt Applets: Add DesktopPicker applet 2021-07-19 18:21:40 +02:00