summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer/PlaybackManager.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
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
2022-01-02SoundPlayer: Remove resolved FIXMEkleines Filmröllchen
2021-10-25SoundPlayer: Fix inconsistencies and code duplicationLeandro Pereira
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-12Applications: Move to Userland/Applications/Andreas Kling