1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 12:45:07 +00:00
serenity/Userland/Applications/SoundPlayer
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
..
AudioAlgorithms.cpp Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
AudioAlgorithms.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BarsVisualizationWidget.cpp SoundPlayer: Convert to double before calculating 2021-09-04 22:52:02 +02:00
BarsVisualizationWidget.h SoundPlayer: Show the context menu right under the cursor 2021-07-11 21:15:56 +02:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Common.h SoundPlayer: Fix playback slider page stepping 2021-06-02 09:39:30 +02:00
M3UParser.cpp SoundPlayer: Fix file leak in M3UParser::from_file(..) 2021-09-01 18:06:14 +02:00
M3UParser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp SoundPlayer: Use GUI::ActionGroup for Visualization menu 2021-09-01 19:19:35 +02:00
NoVisualizationWidget.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
NoVisualizationWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PlaybackManager.cpp SoundPlayer: Don't try to dereference null-pointer buffers 2021-09-04 03:28:33 +02:00
PlaybackManager.h Userland+LibAudio: Make audio applications support dynamic sample rate 2021-08-27 23:35:27 +04:30
Player.h Audio: Change how volume works 2021-09-12 23:38:57 +02:00
PlaylistWidget.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
PlaylistWidget.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
SampleWidget.cpp Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
SampleWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SoundPlayerWidgetAdvancedView.cpp SoundPlayer: Create only one playlist widget 2021-09-04 21:03:01 +02:00
SoundPlayerWidgetAdvancedView.h SoundPlayer: Add spacebar keyboard shortcut for play/pause 2021-09-04 03:33:35 +02:00
VisualizationBase.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00