1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 06:57:45 +00:00

Ports/SDL2: Avoid accumulation errors in resampler

This adds a patch to the SDL2 port to fix a segfault which occurs in
the resampler.

Taken from this upstream commit:
78f9710

This fixes a crash we were seeing in the julius port.
This commit is contained in:
Tim Ledbetter 2023-08-09 23:29:13 +01:00 committed by Tim Schumacher
parent 7003c6ffdb
commit 3a98c48f20
2 changed files with 29 additions and 0 deletions

View file

@ -5,3 +5,9 @@
Add SerenityOS platform support
## `0002-audio-Avoid-accumulation-errors-in-resampler.patch`
audio: Avoid accumulation errors in resampler.
Fixes #6391.