summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer/CMakeLists.txt
AgeCommit message (Expand)Author
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-19SoundPlayer: Keep track of the selected visualization in the configCaoimhe
2022-11-13SoundPlayer: Load cover image from music filesLucas CHOLLET
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-03-02SoundPlayer: Sort CMake sources alphabeticallyNícolas F. R. A. Prado
2022-03-02SoundPlayer: Rename NoVisualization to AlbumCoverVisualizationNícolas F. R. A. Prado
2021-12-04SoundPlayer: Port to LibMain :^)Elyse
2021-11-24SoundPlayer+LibDSP: Move the FFT implementation to LibDSPkleines Filmröllchen
2021-10-25SoundPlayer: Fix inconsistencies and code duplicationLeandro Pereira
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-03-27SoundPlayer: Add samplerate variable to visualizationsCesar Torres
2021-03-27SoundPlayer: Add playlist supprtCesar Torres
2021-03-27SoundPlayer: Reduce sample buffer size and add a sample load eventCesar Torres
2021-01-12Applications: Move to Userland/Applications/Andreas Kling