summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/command (unfollow)
Commit message (Collapse)AuthorFilesLines
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
Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
2022-09-13compressor: Simplify memset in InitializeCompressorEffectLioncash1-1/+1
Provides equivalent behavior while being significantly smaller.
2022-09-13compressor: Mark params parameters as constLioncash1-3/+3
These functions don't modify the parameters.
2022-09-13compressor: Remove unneeded casts in ApplyCompressorEffectLioncash1-2/+1
Same behavior, but also silences a -Wcast-qual warning, since the second cast casts away const.
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