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
AudioAlgorithms.h
BarsVisualizationWidget.cpp SoundPlayer: Convert to double before calculating 2021-09-04 22:52:02 +02:00
BarsVisualizationWidget.h
CMakeLists.txt
Common.h
M3UParser.cpp SoundPlayer: Fix file leak in M3UParser::from_file(..) 2021-09-01 18:06:14 +02:00
M3UParser.h
main.cpp SoundPlayer: Use GUI::ActionGroup for Visualization menu 2021-09-01 19:19:35 +02:00
NoVisualizationWidget.cpp
NoVisualizationWidget.h
PlaybackManager.cpp SoundPlayer: Don't try to dereference null-pointer buffers 2021-09-04 03:28:33 +02:00
PlaybackManager.h
Player.h
PlaylistWidget.cpp
PlaylistWidget.h
SampleWidget.cpp
SampleWidget.h
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