1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 04:41:00 +00:00
serenity/Userland/Applications/SoundPlayer
Elyse 46b1c2d609 SoundPlayer: Add a keyboard shortcut 'M' to mute the player
This shortcut let us mute/unmute the player, but it still doesn't update
the volume slider because the actual volume widget can't display a muted
state.
2021-12-24 00:19:01 -08:00
..
BarsVisualizationWidget.cpp SoundPlayer+LibDSP: Move the FFT implementation to LibDSP 2021-11-24 23:45:08 +00:00
BarsVisualizationWidget.h SoundPlayer: Fix inconsistencies and code duplication 2021-10-25 23:37:18 +02:00
CMakeLists.txt SoundPlayer: Port to LibMain :^) 2021-12-04 15:07:18 -08: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: Sync startup loop and show playlist settings in GUI 2021-12-24 00:05:35 -08: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 LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
PlaybackManager.h SoundPlayer: Fix inconsistencies and code duplication 2021-10-25 23:37:18 +02:00
Player.cpp SoundPlayer: Add 'mute' methods to Player 2021-12-24 00:19:01 -08:00
Player.h SoundPlayer: Add 'mute' methods to Player 2021-12-24 00:19:01 -08:00
Playlist.cpp LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08: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 a keyboard shortcut 'M' to mute the player 2021-12-24 00:19:01 -08:00
SoundPlayerWidgetAdvancedView.h SoundPlayer: Add 'mute' methods to Player 2021-12-24 00:19:01 -08:00
VisualizationWidget.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00