summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer
AgeCommit message (Expand)Author
2021-03-27SoundPlayer: Add samplerate variable to visualizationsCesar Torres
2021-03-27SoundPlayer: Add playlist supprtCesar Torres
2021-03-27AudioPlayer: Further decouple the player from the GUICesar Torres
2021-03-27SoundPlayer: Reduce sample buffer size and add a sample load eventCesar Torres
2021-03-27SoundPlayer: Update the SoundPlayer interfaceCesar Torres
2021-03-27SoundPlayer: Adapt the existing SampleWidget visualization toCesar Torres
2021-03-27SoundPlayer: Add a no-visualization visualization :^)Cesar Torres
2021-03-27SoundPlayer: Move the SoundPlayer-specific Slider widget to another fileCesar Torres
2021-03-27SoundPlayer: Add a 'Bars' audio visualizationCesar Torres
2021-03-27SoundPlayer: Add abstractions for players and visulizationsCesar Torres
2021-03-27SoundPlayer: Implement the Fast Fourier Transform algorithmCesar Torres
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-01-17AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBufferAndreas Kling
2021-01-16SoundPlayer: Added 'shared_buffer' to pledgeMarco Cutecchia
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling