SerenityOS build: Friday, May 13
Images 💾⌗
- serenity-i686-20220513-9035d9e.img.gz (Raw image, 122.06 MiB)
- serenity-i686-20220513-9035d9e.vdi.gz (VirtualBox VDI, 121.88 MiB)
Last commit ⭐⌗
commit 9035d9e8451288c240f8f1720ae5eab286bd46d2
Author: kleines Filmröllchen <filmroellchen@serenityos.org>
AuthorDate: Wed May 11 23:24:46 2022 +0200
Commit: Linus Groh <mail@linusgroh.de>
CommitDate: Fri May 13 00:47:26 2022 +0200
LibDSP+Piano: Convert DSP APIs to accept entire sample ranges
This has mainly performance benefits, so that we only need to call into
all processors once for every audio buffer segment. It requires
adjusting quite some logic in most processors and in Track, as we have
to consider a larger collection of notes and samples at each step.
There's some cautionary TODOs in the currently unused LibDSP tracks
because they don't do things properly yet.
Other builds