index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibAudio
Age
Commit message (
Expand
)
Author
2019-07-28
LibAudio+aplay: Make the aplay output look a little funner.
Andreas Kling
2019-07-28
LibAudio: WAV: Don't emit the very last sample in each decoded batch.
Andreas Kling
2019-07-28
AudioServer+LibAudio: Make mixing queue-based instead of buffer-based.
Andreas Kling
2019-07-28
AudioServer: Add a buffer queue so we can buffer some sound.
Andreas Kling
2019-07-27
LibAudio: Remove an unnecessary copy of sample buffers before sending them.
Andreas Kling
2019-07-27
LibAudio: Allow WAV files up to 1GB.
Andreas Kling
2019-07-27
LibAudio: WAV reading should stop when we run out of file. :^)
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-27
LibAudio: Use ByteBuffer::slice_view() to avoid double memory usage.
Andreas Kling
2019-07-27
LibAudio: Run clang-format on all of it to make editing easier.
Andreas Kling
2019-07-21
Libraries: Remove unused "install" targets.
Andreas Kling
2019-07-18
AWavLoader: Share code between 24/16/8 bit reading
Robin Burchell
2019-07-18
AWavLoader: Support 24 bit wav files (mono & stereo)
Robin Burchell
2019-07-18
SharedBuffer: Split the creation and share steps
Robin Burchell
2019-07-17
Rename new IPC headers & classes
Robin Burchell
2019-07-17
Port LibGUI to use CIPCClientSideConnection
Robin Burchell
2019-07-17
Make AClientConnection generic
Robin Burchell
2019-07-17
AClientConnection: Fix double exit
Robin Burchell
2019-07-17
ABuffer: clamp -> clip
Robin Burchell
2019-07-17
ABuffer: move it and groove it
Robin Burchell
2019-07-17
Work on AudioServer
Robin Burchell
2019-07-14
AK/LibAudio: Add stream read operators to AK::BufferStream, and use it in AWa...
Robin Burchell
2019-07-13
AudioServer: Assorted infrastructure work
Robin Burchell
[prev]