summaryrefslogtreecommitdiff
path: root/Libraries/LibAudio/AWavLoader.cpp
AgeCommit message (Expand)Author
2019-11-05AWavLoader: Fixed incorrect computation of m_loaded_samplesTill Mayer
2019-11-04LibAudio: Added playback control features to audio serverTill Mayer
2019-10-16LibAudio: Fixed stuttery playback of audioTill Mayer
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-04LibAudio: Allow tweaking how much get_more_samples() reads from fileAndreas Kling
2019-07-30LibCore: Rename CFileStreamReader => CIODeviceStreamReader.Andreas Kling
2019-07-28LibAudio: Silence some debug spam in the WAV loader.Andreas Kling
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-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-18AWavLoader: Share code between 24/16/8 bit readingRobin Burchell
2019-07-18AWavLoader: Support 24 bit wav files (mono & stereo)Robin 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