summaryrefslogtreecommitdiff
path: root/Userland/aplay.cpp
AgeCommit message (Expand)Author
2019-10-19aplay: Fixed incomplete playback of filesTill Mayer
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-07-28aplay: s/Sample/Progress/ in the output. It's all in the details!Andreas Kling
2019-07-28LibAudio+aplay: Make the aplay output look a little funner.Andreas Kling
2019-07-28AudioServer: Add a buffer queue so we can buffer some sound.Andreas Kling
2019-07-27Audio: Make ABuffer sit on top of a SharedBuffer.Andreas Kling
2019-07-27Audio: Make basic streaming WAV playback work.Andreas Kling
2019-07-17Port LibGUI to use CIPCClientSideConnectionRobin Burchell
2019-07-17Work on AudioServerRobin Burchell