summaryrefslogtreecommitdiff
path: root/src/audio_core
AgeCommit message (Expand)Author
2023-08-27audio: allow more latency in cubeb initializationLiam
2023-08-23Pre-test opening a stream for audio backends, fall back to null if not suitable.Kelebek1
2023-08-02Merge pull request #10839 from lat9nq/pgc-plusliamwhite
2023-07-30Fix AudioRendererParameterInternal's sizeKelebek1
2023-07-21(ui,)settings: Use explicit instantiationlat9nq
2023-07-21settings,general: Rename non-confirming enumslat9nq
2023-07-21configure_audio: Implement ui generationlat9nq
2023-07-02Use spans over guest memory where possible instead of copying data.Kelebek1
2023-06-30sink_stream: Resolve heap buffer corruption due to out of bounds writeMorph
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-06-21Merge pull request #10086 from Morph1984/coretiming-ng-1bunnei
2023-06-08nvnflinger: allow locking framerate during video playbackLiam
2023-06-07core_timing: Use CNTPCT as the guest CPU tickMorph
2023-06-05android: audio_core: sink_stream: Remove unnecessary check.bunnei
2023-06-05Merge pull request #10508 from yuzu-emu/limebunnei
2023-06-04audio_renderer: resolve adsp thread deadlock shutdownLiam
2023-06-03android: audio_core: Avoid shutdown hang.bunnei
2023-05-27Audren wait as suggested by ByLawsKelebek1
2023-05-18Smooth out the DSP callback by adding a 5ms wait time limitKelebek1
2023-05-06Merge pull request #10162 from lat9nq/sdl-remove-oldliamwhite
2023-05-05yuzu-sdl,audio_core: Remove antiquated warning ignorelat9nq
2023-05-01Wait for the terminate event before destroying a system instanceKelebek1
2023-04-08Use GetGlobalTimeNs as opposed to clock ticksBilly Laws
2023-04-03Add some explicit latency to sample count reportingBilly Laws
2023-04-01Merge pull request #9969 from bylaws/masterbunnei
2023-03-27audio_core: No longer stall when sink queue is fullBilly Laws
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-02-09audio: cubeb: Fix yuzu crashing when it test for latencyNarr the Reg
2023-01-14upsample: Fix coefficient formatMerry
2023-01-14audio_core: Fix off-by-one error in upsamplerMerry
2022-12-28cmake: make cubeb and SDL2 optionalLiam
2022-12-16Signal buffer event on audio in/out system stop, and force remove all registe...Kelebek1