index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
SoundPlayer
Age
Commit message (
Expand
)
Author
2021-03-27
SoundPlayer: Add samplerate variable to visualizations
Cesar Torres
2021-03-27
SoundPlayer: Add playlist supprt
Cesar Torres
2021-03-27
AudioPlayer: Further decouple the player from the GUI
Cesar Torres
2021-03-27
SoundPlayer: Reduce sample buffer size and add a sample load event
Cesar Torres
2021-03-27
SoundPlayer: Update the SoundPlayer interface
Cesar Torres
2021-03-27
SoundPlayer: Adapt the existing SampleWidget visualization to
Cesar Torres
2021-03-27
SoundPlayer: Add a no-visualization visualization :^)
Cesar Torres
2021-03-27
SoundPlayer: Move the SoundPlayer-specific Slider widget to another file
Cesar Torres
2021-03-27
SoundPlayer: Add a 'Bars' audio visualization
Cesar Torres
2021-03-27
SoundPlayer: Add abstractions for players and visulizations
Cesar Torres
2021-03-27
SoundPlayer: Implement the Fast Fourier Transform algorithm
Cesar Torres
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-01-17
AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer
Andreas Kling
2021-01-16
SoundPlayer: Added 'shared_buffer' to pledge
Marco Cutecchia
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling