summaryrefslogtreecommitdiff
path: root/Libraries/LibAudio
AgeCommit message (Expand)Author
2019-07-28LibAudio+aplay: Make the aplay output look a little funner.Andreas Kling
2019-07-28LibAudio: WAV: Don't emit the very last sample in each decoded batch.Andreas Kling
2019-07-28AudioServer+LibAudio: Make mixing queue-based instead of buffer-based.Andreas Kling
2019-07-28AudioServer: Add a buffer queue so we can buffer some sound.Andreas Kling
2019-07-27LibAudio: Remove an unnecessary copy of sample buffers before sending them.Andreas Kling
2019-07-27LibAudio: Allow WAV files up to 1GB.Andreas Kling
2019-07-27LibAudio: WAV reading should stop when we run out of file. :^)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-27LibAudio: Use ByteBuffer::slice_view() to avoid double memory usage.Andreas Kling
2019-07-27LibAudio: Run clang-format on all of it to make editing easier.Andreas Kling
2019-07-21Libraries: Remove unused "install" targets.Andreas Kling
2019-07-18AWavLoader: Share code between 24/16/8 bit readingRobin Burchell
2019-07-18AWavLoader: Support 24 bit wav files (mono & stereo)Robin Burchell
2019-07-18SharedBuffer: Split the creation and share stepsRobin Burchell
2019-07-17Rename new IPC headers & classesRobin Burchell
2019-07-17Port LibGUI to use CIPCClientSideConnectionRobin Burchell
2019-07-17Make AClientConnection genericRobin Burchell
2019-07-17AClientConnection: Fix double exitRobin Burchell
2019-07-17ABuffer: clamp -> clipRobin Burchell
2019-07-17ABuffer: move it and groove itRobin Burchell
2019-07-17Work on AudioServerRobin Burchell
2019-07-14AK/LibAudio: Add stream read operators to AK::BufferStream, and use it in AWa...Robin Burchell
2019-07-13AudioServer: Assorted infrastructure workRobin Burchell