summaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/command (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Core: Clang format and other small issues.Gravatar Fernando Sahmkow2024-01-181-1/+1
|
* SMMU: Initial adaptation to video_core.Gravatar Fernando Sahmkow2024-01-181-0/+1
|
* Fix more typosGravatar Viktor Szépe2024-01-151-6/+6
|
* 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
| | | | | 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.Gravatar Kelebek12023-03-021-1/+2
|
* Merge pull request #9769 from Kelebek1/audio_oobGravatar bunnei2023-02-162-40/+92
|\ | | | | [audio_core] Fix depop prepare
| * 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 ↵Gravatar Kelebek12023-02-112-40/+40
| | | | | | | | update aux a bit, may help
* | remove static from pointer sized or smaller types for aesthetics, change ↵Gravatar arades792023-02-148-28/+28
| | | | | | | | | | | | constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com>
* | add static lifetime to constexpr values to force compile time evaluation ↵Gravatar arades792023-02-148-28/+28
| | | | | | | | | | | | where possible Signed-off-by: arades79 <scravers@protonmail.com>
* | 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 Clang
| * 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
|/ | | | count
* 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 comment tags
| * audio_core: Amend documentation tagsGravatar Lioncash2022-09-155-49/+39
| | | | | | | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
* | compressor: Simplify memset in InitializeCompressorEffectGravatar Lioncash2022-09-131-1/+1
| | | | | | | | Provides equivalent behavior while being significantly smaller.
* | compressor: Mark params parameters as constGravatar Lioncash2022-09-131-3/+3
| | | | | | | | These functions don't modify the parameters.
* | compressor: Remove unneeded casts in ApplyCompressorEffectGravatar Lioncash2022-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 ↵Gravatar Kelebek12022-09-021-0/+4
| | | | during heavy loads.
* Avoid depop out of boundsGravatar Kelebek12022-07-272-2/+2
|
* Project AndioGravatar Kelebek12022-07-2265-0/+12755