1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 21:57:36 +00:00
serenity/Userland/Applications/SoundPlayer
Elyse f19cb6bb22 SoundPlayer: Add keyboard shortcuts for stop and volume
These shortcuts allow us to stop the player (key S) and adjust
the volume level (key Up and key Down).
2021-11-13 11:53:31 +01: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: Fix inconsistencies and code duplication 2021-10-25 23:37:18 +02:00
CMakeLists.txt SoundPlayer: Fix inconsistencies and code duplication 2021-10-25 23:37:18 +02:00
Common.h SoundPlayer: Allow playback progress slider jump to cursor 2021-11-04 23:45:26 +01:00
M3UParser.cpp SoundPlayer: Make M3UParser more idiomatic 2021-10-25 23:37:18 +02:00
M3UParser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp SoundPlayer: Implement playlist shuffle mode 2021-10-25 23:37:18 +02:00
NoVisualizationWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
NoVisualizationWidget.h SoundPlayer: Fix inconsistencies and code duplication 2021-10-25 23:37:18 +02:00
PlaybackManager.cpp SoundPlayer: Don't try to dereference null-pointer buffers 2021-09-04 03:28:33 +02:00
PlaybackManager.h SoundPlayer: Fix inconsistencies and code duplication 2021-10-25 23:37:18 +02:00
Player.cpp SoundPlayer: Allow volume output of up to 150% 2021-11-13 11:53:31 +01:00
Player.h SoundPlayer: Fix stack-use-after-scope when playing file in loop mode 2021-11-08 16:34:03 -08:00
Playlist.cpp SoundPlayer: Implement playlist shuffle mode 2021-10-25 23:37:18 +02:00
Playlist.h SoundPlayer: Implement playlist shuffle mode 2021-10-25 23:37:18 +02:00
PlaylistWidget.cpp Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
PlaylistWidget.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
SampleWidget.cpp Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
SampleWidget.h SoundPlayer: Fix inconsistencies and code duplication 2021-10-25 23:37:18 +02:00
SoundPlayerWidgetAdvancedView.cpp SoundPlayer: Add keyboard shortcuts for stop and volume 2021-11-13 11:53:31 +01:00
SoundPlayerWidgetAdvancedView.h SoundPlayer: Make 'volume_slider' a member variable 2021-11-13 11:53:31 +01:00
VisualizationWidget.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00