summaryrefslogtreecommitdiff
path: root/src/audio_core/renderer
AgeCommit message (Expand)Author
2023-05-18Smooth out the DSP callback by adding a 5ms wait time limitKelebek1
2023-05-01Wait for the terminate event before destroying a system instanceKelebek1
2023-04-01Merge pull request #9969 from bylaws/masterbunnei
2023-03-27Run clang-formatBilly Laws
2023-03-27audio: Wait for samples on the emulated DSP side to avoid desyncsBilly Laws
2023-03-26audio: Interpolate system manager sample count using host sink sample infoBilly Laws
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-12general: fix spelling mistakesLiam
2023-03-10Merge pull request #9917 from Morph1984/the-real-timeliamwhite
2023-03-07core: Promote CPU/GPU threads to time criticalMorph
2023-03-06hle: rename legacy errors to ResultsLiam
2023-03-02Fix a bug with the Reverb command in reading from the pre_delay line.Kelebek1
2023-02-16Merge pull request #9769 from Kelebek1/audio_oobbunnei
2023-02-15Merge pull request #9796 from liamwhite/currentliamwhite
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...arades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-13Fix biquad filter command's state buffer offsetKelebek1
2023-02-11Add fallback for memory read/write in case the address goes over a 4K pageKelebek1
2023-02-11Fix depop prepare receiving bad mix infos and writing out of bounds, and upda...Kelebek1
2023-02-10biquad_filter: Clamp f64 in ApplyBiquadFilterFloatMerry
2023-02-10biquad_filter: Fix rounding in ApplyBiquadFilterIntMerry
2023-01-14upsample: Fix coefficient formatMerry
2023-01-14audio_core: Fix off-by-one error in upsamplerMerry
2022-12-10audio_core: remove explicitly defaulted and implicitly deleted constructorsLiam
2022-12-03Merge pull request #9289 from liamwhite/fruit-companyliamwhite
2022-11-22general: fix compile for Apple ClangLiam
2022-11-22Use the maximum input index for samples buffer span size, not just the input ...Kelebek1
2022-11-13Add break for default casesKyle Kienapfel
2022-10-22general: Resolve -Wclass-memaccessMorph
2022-10-19Update audio_core for firmware 15.0.0Kelebek1
2022-10-12kernel: remove KWritableEventLiam
2022-10-03common: remove "yuzu:" prefix from thread namesLiam
2022-09-21audio_renderer: Make GetCommandBuffer() take a u32Lioncash
2022-09-16Merge pull request #8914 from lioncash/audio-constbunnei
2022-09-16Merge pull request #8911 from lioncash/cexpr-stringMorph
2022-09-16audio_renderer: Pass command buffer by const referenceLioncash
2022-09-16node_states: Mark relevant member functions as constLioncash
2022-09-16i3dl2/reverb: Mark relevant member functions as constLioncash
2022-09-16behavior_info: Mark CopyErrorInfo as constLioncash
2022-09-16audio_device: Mark GetDeviceVolume as constLioncash
2022-09-15Merge pull request #8878 from Kelebek1/remove_pausebunnei
2022-09-15Merge pull request #8901 from lioncash/docsliamwhite
2022-09-15audio_core: Amend documentation tagsLioncash
2022-09-15audio_device: Mark member functions as const where applicableLioncash
2022-09-15audio_device: Make AudioDeviceName constructor constexprLioncash
2022-09-13compressor: Simplify memset in InitializeCompressorEffectLioncash
2022-09-13compressor: Mark params parameters as constLioncash
2022-09-13compressor: Remove unneeded casts in ApplyCompressorEffectLioncash
2022-09-13Remove pause callbacks from coretimingKelebek1