SDL/Xcode/SDL
Brick 8f6f9cadc4 Rewrote audio resampler using cubic filter interpolation
This allows using a much smaller (1.5 KB) lookup table, in exchange for a small amount of extra work per frame.

The extra work (a few extra loads/mul/adds) is negligible, and can execute in parallel.
The reduction in cache misses almost certainly outweighs any added cost.

The table is generated at runtime, and takes less than 0.02ms on my computer.
2024-04-15 11:47:18 -10:00
..
SDL.xcodeproj Rewrote audio resampler using cubic filter interpolation 2024-04-15 11:47:18 -10:00
SDL3 First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
pkg-support Updated to version 3.1.1 for the preview release 2024-04-01 17:03:46 -07:00
Info-Framework.plist Updated to version 3.1.1 for the preview release 2024-04-01 17:03:46 -07:00