summaryrefslogtreecommitdiff
path: root/Userland/aplay.cpp
AgeCommit message (Expand)Author
2020-02-10LibAudio/aplay: Handle WAV header errors properlyWilliam McPherson
2020-02-06LibAudio: Remove leading A from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibAudio: Put all classes in the Audio namespace and remove leading AAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
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