summaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/command (follow)
Commit message (Expand)AuthorAgeFilesLines
* ci: fix new codespell errorsGravatar Liam2023-10-021-1/+1
* Do not consider voice commands in time estimation, fix adpcm estimateGravatar Kelebek12023-09-181-2/+2
* Fix data source version 1 command loopingGravatar Kelebek12023-09-084-52/+72
* Rework ADSP into a wrapper for appsGravatar Kelebek12023-09-0464-385/+427
* Use spans over guest memory where possible instead of copying data.Gravatar Kelebek12023-07-022-74/+29
* Remove memory allocations in some hot pathsGravatar Kelebek12023-06-228-42/+40
* core_timing: Use CNTPCT as the guest CPU tickGravatar Morph2023-06-071-9/+6
* Fix a bug with the Reverb command in reading from the pre_delay line.Gravatar Kelebek12023-03-021-1/+2
* Merge pull request #9769 from Kelebek1/audio_oobGravatar bunnei2023-02-162-40/+92
|\
| * Add fallback for memory read/write in case the address goes over a 4K pageGravatar Kelebek12023-02-111-12/+64
| * Fix depop prepare receiving bad mix infos and writing out of bounds, and upda...Gravatar Kelebek12023-02-112-40/+40
* | remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades792023-02-148-28/+28
* | add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades792023-02-148-28/+28
* | Fix biquad filter command's state buffer offsetGravatar Kelebek12023-02-131-2/+2
* | biquad_filter: Clamp f64 in ApplyBiquadFilterFloatGravatar Merry2023-02-101-3/+3
* | biquad_filter: Fix rounding in ApplyBiquadFilterIntGravatar Merry2023-02-101-20/+12
|/
* upsample: Fix coefficient formatGravatar Merry2023-01-141-26/+26
* audio_core: Fix off-by-one error in upsamplerGravatar Merry2023-01-141-33/+12
* Merge pull request #9289 from liamwhite/fruit-companyGravatar liamwhite2022-12-032-0/+2
|\
| * general: fix compile for Apple ClangGravatar Liam2022-11-222-0/+2
* | Use the maximum input index for samples buffer span size, not just the input ...Gravatar Kelebek12022-11-221-6/+8
|/
* general: Resolve -Wclass-memaccessGravatar Morph2022-10-222-2/+2
* Merge pull request #8901 from lioncash/docsGravatar liamwhite2022-09-155-49/+39
|\
| * audio_core: Amend documentation tagsGravatar Lioncash2022-09-155-49/+39
* | compressor: Simplify memset in InitializeCompressorEffectGravatar Lioncash2022-09-131-1/+1
* | compressor: Mark params parameters as constGravatar Lioncash2022-09-131-3/+3
* | compressor: Remove unneeded casts in ApplyCompressorEffectGravatar Lioncash2022-09-131-2/+1
|/
* Rework audio output, connecting AudioOut into coretiming to fix desync during...Gravatar Kelebek12022-09-021-0/+4
* Avoid depop out of boundsGravatar Kelebek12022-07-272-2/+2
* Project AndioGravatar Kelebek12022-07-2265-0/+12755