Conversation
* Multi-Platform Release builder
Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>
Updated Vulkan installation steps for Linux and Windows in the CI workflow. Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>
Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>
Resampler (audio-resample.h): Pre-compute Kaiser-windowed sinc into a polyphase filter bank (256 phases x 64 taps = 64 KB table, fits L1 cache). Hot loop becomes a dot product with linear phase interpolation -- no transcendentals at runtime. 44100->48000, 86.8s stereo: 12.37s -> 0.32s (39x) PEAQ ODG identical (zero quality regression) WAV write (wav.h, audio-io.h): Buffer all PCM16 samples then fwrite once instead of per-sample syscalls (2*T_audio calls -> 1 call). write_wav 86.8s @ 48kHz: 0.046s -> 0.011s (4.2x)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.