summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-06-17Everywhere: Add component declarationsGunnar Beutner
This adds component declarations so that users can select to not build certain parts of the OS.
2021-03-27SoundPlayer: Add samplerate variable to visualizationsCesar Torres
also fix conflict
2021-03-27SoundPlayer: Add playlist supprtCesar Torres
And a M3U(8) parser
2021-03-27SoundPlayer: Reduce sample buffer size and add a sample load eventCesar Torres
2021-01-12Applications: Move to Userland/Applications/Andreas Kling