Skip to content

Releases: akrieger/SDL

2.26.4 but with integral resampling courtesy of Qrox

09 Mar 15:24

Choose a tag to compare

Use integral math to avoid precision loss in resampling

Co-authored-by: Jianxiang Wang (王健翔) <qrox@sina.com>

2.26.4 but with double precision fixes backported.

07 Mar 21:33

Choose a tag to compare

resampler: Work at double precision on x86-64 machines.

We get audio artifacts if we don't work at the higher precision, but
this is painful on CPUs that have to use a software fallback for this,
so for now (that is, until we have a better solution), get better output
on amd64 chips, where the cost is less painful.

2.26.3 but with double precision resampling on amd64 CPUs.

07 Mar 20:52

Choose a tag to compare

release-2.26.3_patched

fix MSVC build failures in CI after commit 1e5e8e2f