aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/command
AgeCommit message (Collapse)Author
2022-12-03Merge pull request #9289 from liamwhite/fruit-companyliamwhite
general: fix compile for Apple Clang
2022-11-22general: fix compile for Apple ClangLiam
2022-11-22Use the maximum input index for samples buffer span size, not just the input ↵Kelebek1
count
2022-10-22general: Resolve -Wclass-memaccessMorph
2022-09-15Merge pull request #8901 from lioncash/docsliamwhite
audio_core: Amend documentation comment tags
2022-09-15audio_core: Amend documentation tagsLioncash
Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
2022-09-13compressor: Simplify memset in InitializeCompressorEffectLioncash
Provides equivalent behavior while being significantly smaller.
2022-09-13compressor: Mark params parameters as constLioncash
These functions don't modify the parameters.
2022-09-13compressor: Remove unneeded casts in ApplyCompressorEffectLioncash
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 ↵Kelebek1
during heavy loads.
2022-07-27Avoid depop out of boundsKelebek1
2022-07-22Project AndioKelebek1