ladybird/Userland/Applets/Audio
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
..
CMakeLists.txt AudioApplet: Use LibConfig instead of Core::ConfigFile 2021-08-27 23:17:05 +02:00
main.cpp Audio: Change how volume works 2021-09-12 23:38:57 +02:00