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
/
aplay.cpp
Age
Commit message (
Expand
)
Author
2020-08-06
Userland: Use Core::ArgsParser for 'aplay'
Linus Groh
2020-02-10
LibAudio/aplay: Handle WAV header errors properly
William McPherson
2020-02-06
LibAudio: Remove leading A from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibAudio: Put all classes in the Audio namespace and remove leading A
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-10-19
aplay: Fixed incomplete playback of files
Till Mayer
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-07-28
aplay: s/Sample/Progress/ in the output. It's all in the details!
Andreas Kling
2019-07-28
LibAudio+aplay: Make the aplay output look a little funner.
Andreas Kling
2019-07-28
AudioServer: Add a buffer queue so we can buffer some sound.
Andreas Kling
2019-07-27
Audio: Make ABuffer sit on top of a SharedBuffer.
Andreas Kling
2019-07-27
Audio: Make basic streaming WAV playback work.
Andreas Kling
2019-07-17
Port LibGUI to use CIPCClientSideConnection
Robin Burchell
2019-07-17
Work on AudioServer
Robin Burchell