summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer/PlaybackManager.cpp
AgeCommit message (Expand)Author
2023-01-18SoundPlayer: Log loader errors and otherwise ignore them for nowArda Cinar
2023-01-12SoundPlayer: Don't silently ignore parsing failuresTim Schumacher
2023-01-12Userland: Use Core::Timer::create_foo() factory functions where possibleSam Atkins
2023-01-12LibCore+Userland: Don't auto-start new Core::TimersSam Atkins
2022-07-19LibAudio: Rename ConnectionFromClient to ConnectionToServerkleines Filmröllchen
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-25SoundPlayer: Don't crash when the reported buffer is unexpectedkleines Filmröllchen
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-02SoundPlayer: Don't enqueue samples depending on the GUI loopkleines Filmröllchen
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-09-04SoundPlayer: Don't try to dereference null-pointer buffersKarol Kosek
2021-08-27Userland+LibAudio: Make audio applications support dynamic sample ratekleines Filmröllchen
2021-06-21SoundPlayer: Handle any input file sample rateNick Miller
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-27SoundPlayer: Add samplerate variable to visualizationsCesar Torres
2021-03-27SoundPlayer: Reduce sample buffer size and add a sample load eventCesar Torres
2021-01-17AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBufferAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling