SerenityOS build: Wednesday, May 04
Images 💾⌗
- serenity-i686-20220504-ab49fcf.img.gz (Raw image, 122.77 MiB)
- serenity-i686-20220504-ab49fcf.vdi.gz (VirtualBox VDI, 122.61 MiB)
Last commit ⭐⌗
commit ab49fcfb7c9ea591d9ec53c3a4bd590d695dad3e
Author: kleines Filmröllchen <filmroellchen@serenityos.org>
AuthorDate: Sat Apr 23 12:30:36 2022 +0200
Commit: Linus Groh <mail@linusgroh.de>
CommitDate: Tue May 3 23:09:20 2022 +0200
LibAudio+Userland: Remove Audio::LegacyBuffer
The file is now renamed to Queue.h, and the Resampler APIs with
LegacyBuffer are also removed. These changes look large because nobody
actually needs Buffer.h (or Queue.h). It was mostly transitive
dependencies on the massive list of includes in that header, which are
now almost all gone. Instead, we include common things like Sample.h
directly, which should give faster compile times as very few files
actually need Queue.h.
Other builds