summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer/Player.cpp
AgeCommit message (Expand)Author
2022-07-19LibAudio: Rename ConnectionFromClient to ConnectionToServerkleines Filmröllchen
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2021-12-24SoundPlayer: Add 'mute' methods to PlayerElyse
2021-12-24SoundPlayer: Sync startup loop and show playlist settings in GUIMax Trussell
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-13SoundPlayer: Allow volume output of up to 150%Elyse
2021-11-08SoundPlayer: Fix stack-use-after-scope when playing file in loop modeSimon Woertz
2021-10-25SoundPlayer: Implement playlist shuffle modeLeandro Pereira
2021-10-25SoundPlayer: Fix inconsistencies and code duplicationLeandro Pereira