ladybird/Userland/Applications/SoundPlayer
Karol Kosek 1814f66c63 SoundPlayer: Convert to double before calculating
freq_bin was converted to double after it was calculated, so there was
a much higher probability it could be 0 instead of some comma number,
which meant that the bars always stayed on top.
2021-09-04 22:52:02 +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 Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +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