summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/command (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use spans over guest memory where possible instead of copying data.Kelebek12023-07-032-74/+29
|
* Remove memory allocations in some hot pathsKelebek12023-06-228-42/+40
|
* core_timing: Use CNTPCT as the guest CPU tickMorph2023-06-081-9/+6
| | | | | Previously, we were mixing the raw CPU frequency and CNTFRQ. The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available.
* Fix a bug with the Reverb command in reading from the pre_delay line.Kelebek12023-03-021-1/+2
|
* Merge pull request #9769 from Kelebek1/audio_oobbunnei2023-02-162-40/+92
|\ | | | | [audio_core] Fix depop prepare
| * Add fallback for memory read/write in case the address goes over a 4K pageKelebek12023-02-111-12/+64
| |
| * Fix depop prepare receiving bad mix infos and writing out of bounds, and update aux a bit, may helpKelebek12023-02-112-40/+40
| |
* | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-148-28/+28
| | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
* | add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-148-28/+28
| | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
* | Fix biquad filter command's state buffer offsetKelebek12023-02-131-2/+2
| |
* | 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