SDL/Xcode
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 Rewrote audio resampler using cubic filter interpolation 2024-04-15 11:47:18 -10:00
SDLTest IOS: fix compilation of testautomation.app 2024-04-15 03:28:16 -10:00
XcodeDocSet Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00