summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-28Use the input process handle to get the correct application's memoryKelebek14-8/+20
2024-01-19Core: Clang format and other small issues.Fernando Sahmkow1-1/+1
2024-01-19SMMU: Initial adaptation to video_core.Fernando Sahmkow1-0/+1
2024-01-16Fix more typosViktor Szépe4-9/+9
2023-10-03ci: fix new codespell errorsLiam1-1/+1
2023-09-18Do not consider voice commands in time estimation, fix adpcm estimateKelebek12-6/+8
2023-09-08Fix data source version 1 command loopingKelebek14-52/+72
2023-09-07Do not reset the command buffer command count each timeKelebek11-11/+5
2023-09-04Rework ADSP into a wrapper for appsKelebek1154-1561/+637
2023-08-28Fix node id index in DropVoicesKelebek11-1/+1
2023-07-03Use spans over guest memory where possible instead of copying data.Kelebek12-74/+29
2023-06-22Remove memory allocations in some hot pathsKelebek112-48/+47
2023-06-08core_timing: Use CNTPCT as the guest CPU tickMorph4-14/+8
2023-06-04audio_renderer: resolve adsp thread deadlock shutdownLiam2-6/+6
2023-05-18Smooth out the DSP callback by adding a 5ms wait time limitKelebek13-14/+10
2023-05-01Wait for the terminate event before destroying a system instanceKelebek11-4/+1
2023-03-27Run clang-formatBilly Laws1-1/+1
2023-03-27audio: Wait for samples on the emulated DSP side to avoid desyncsBilly Laws4-24/+4
2023-03-26audio: Interpolate system manager sample count using host sink sample infoBilly Laws1-1/+0
2023-03-24memory: rename global memory references to application memoryLiam3-4/+3
2023-03-12general: fix spelling mistakesLiam14-25/+25
2023-03-08core: Promote CPU/GPU threads to time criticalMorph1-1/+1
2023-03-07hle: rename legacy errors to ResultsLiam5-50/+50
2023-03-02Fix a bug with the Reverb command in reading from the pre_delay line.Kelebek13-6/+8
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades7911-33/+33
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades7911-33/+33
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-1/+1
2023-02-13Fix biquad filter command's state buffer offsetKelebek11-2/+2
2023-02-11Add fallback for memory read/write in case the address goes over a 4K pageKelebek11-12/+64
2023-02-11Fix depop prepare receiving bad mix infos and writing out of bounds, and update aux a bit, may helpKelebek12-40/+40
2023-02-10biquad_filter: Clamp f64 in ApplyBiquadFilterFloatMerry1-3/+3
2023-02-10biquad_filter: Fix rounding in ApplyBiquadFilterIntMerry2-24/+16
2023-01-14upsample: Fix coefficient formatMerry1-26/+26
2023-01-14audio_core: Fix off-by-one error in upsamplerMerry1-33/+12
2022-12-10audio_core: remove explicitly defaulted and implicitly deleted constructorsLiam2-2/+0
2022-11-23general: fix compile for Apple ClangLiam4-0/+4
2022-11-22Use the maximum input index for samples buffer span size, not just the input countKelebek11-6/+8
2022-11-14Add break for default casesKyle Kienapfel1-0/+1
2022-10-22general: Resolve -Wclass-memaccessMorph3-3/+3
2022-10-19Update audio_core for firmware 15.0.0Kelebek13-33/+72
2022-10-13kernel: remove KWritableEventLiam1-2/+2
2022-10-04common: remove "yuzu:" prefix from thread namesLiam2-2/+2
2022-09-21audio_renderer: Make GetCommandBuffer() take a u32Lioncash2-2/+2
2022-09-16audio_renderer: Pass command buffer by const referenceLioncash4-4/+4
2022-09-16node_states: Mark relevant member functions as constLioncash1-2/+2
2022-09-16i3dl2/reverb: Mark relevant member functions as constLioncash2-4/+4
2022-09-16behavior_info: Mark CopyErrorInfo as constLioncash4-6/+6
2022-09-16audio_device: Mark GetDeviceVolume as constLioncash2-2/+2
2022-09-15audio_core: Amend documentation tagsLioncash15-90/+82
2022-09-15audio_device: Mark member functions as const where applicableLioncash2-8/+8
2022-09-15audio_device: Make AudioDeviceName constructor constexprLioncash2-13/+27
2022-09-13compressor: Simplify memset in InitializeCompressorEffectLioncash1-1/+1
2022-09-13compressor: Mark params parameters as constLioncash1-3/+3
2022-09-13compressor: Remove unneeded casts in ApplyCompressorEffectLioncash1-2/+1
2022-09-13Remove pause callbacks from coretimingKelebek12-19/+1
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek14-45/+17
2022-07-30audio_core: fix -Wuninitialized when compiling with ASanLiam1-4/+4
2022-07-28Avoid depop out of boundsKelebek12-2/+2
2022-07-22Project AndioKelebek1156-0/+24687