summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/command (follow)
Commit message (Collapse)AuthorAgeFilesLines
* biquad_filter: Clamp f64 in ApplyBiquadFilterFloatMerry2023-02-101-3/+3
|
* biquad_filter: Fix rounding in ApplyBiquadFilterIntMerry2023-02-101-20/+12
|
* upsample: Fix coefficient formatMerry2023-01-141-26/+26
|
* audio_core: Fix off-by-one error in upsamplerMerry2023-01-141-33/+12
|
* Merge pull request #9289 from liamwhite/fruit-companyliamwhite2022-12-032-0/+2
|\ | | | | general: fix compile for Apple Clang
| * general: fix compile for Apple ClangLiam2022-11-232-0/+2
| |
* | Use the maximum input index for samples buffer span size, not just the input countKelebek12022-11-221-6/+8
|/
* general: Resolve -Wclass-memaccessMorph2022-10-222-2/+2
|
* Merge pull request #8901 from lioncash/docsliamwhite2022-09-155-49/+39
|\ | | | | audio_core: Amend documentation comment tags
| * audio_core: Amend documentation tagsLioncash2022-09-155-49/+39
| | | | | | | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
* | compressor: Simplify memset in InitializeCompressorEffectLioncash2022-09-131-1/+1
| | | | | | | | Provides equivalent behavior while being significantly smaller.
* | compressor: Mark params parameters as constLioncash2022-09-131-3/+3
| | | | | | | | These functions don't modify the parameters.
* | compressor: Remove unneeded casts in ApplyCompressorEffectLioncash2022-09-131-2/+1
|/ | | | | Same behavior, but also silences a -Wcast-qual warning, since the second cast casts away const.
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-0/+4
|
* Avoid depop out of boundsKelebek12022-07-282-2/+2
|
* Project AndioKelebek12022-07-2265-0/+12755