summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/command (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-02Fix a bug with the Reverb command in reading from the pre_delay line.Kelebek11-1/+2
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades798-28/+28
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades798-28/+28
2023-02-13Fix biquad filter command's state buffer offsetKelebek11-2/+2
2023-02-11Add fallback for memory read/write in case the address goes over a 4K pageKelebek11-12/+64
2023-02-11Fix depop prepare receiving bad mix infos and writing out of bounds, and update aux a bit, may helpKelebek12-40/+40
2023-02-10biquad_filter: Clamp f64 in ApplyBiquadFilterFloatMerry1-3/+3
2023-02-10biquad_filter: Fix rounding in ApplyBiquadFilterIntMerry1-20/+12
2023-01-14upsample: Fix coefficient formatMerry1-26/+26
2023-01-14audio_core: Fix off-by-one error in upsamplerMerry1-33/+12
2022-11-23general: fix compile for Apple ClangLiam2-0/+2
2022-11-22Use the maximum input index for samples buffer span size, not just the input countKelebek11-6/+8
2022-10-22general: Resolve -Wclass-memaccessMorph2-2/+2
2022-09-15audio_core: Amend documentation tagsLioncash5-49/+39
2022-09-13compressor: Simplify memset in InitializeCompressorEffectLioncash1-1/+1
2022-09-13compressor: Mark params parameters as constLioncash1-3/+3
2022-09-13compressor: Remove unneeded casts in ApplyCompressorEffectLioncash1-2/+1
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-0/+4
2022-07-28Avoid depop out of boundsKelebek12-2/+2
2022-07-22Project AndioKelebek165-0/+12755