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
/
AWavLoader.cpp
Age
Commit message (
Expand
)
Author
2019-11-05
AWavLoader: Fixed incorrect computation of m_loaded_samples
Till Mayer
2019-11-04
LibAudio: Added playback control features to audio server
Till Mayer
2019-10-16
LibAudio: Fixed stuttery playback of audio
Till Mayer
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-04
LibAudio: Allow tweaking how much get_more_samples() reads from file
Andreas Kling
2019-07-30
LibCore: Rename CFileStreamReader => CIODeviceStreamReader.
Andreas Kling
2019-07-28
LibAudio: Silence some debug spam in the WAV loader.
Andreas Kling
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-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-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-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