summaryrefslogtreecommitdiff
path: root/src/audio_core/sink/sink_stream.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* scope_exit: Make constexprGravatar FearlessTobi2024-02-191-2/+2
* audio: skip coefficient normalization for downmixGravatar Liam2023-12-161-4/+2
* Have GetActiveChannelCount return the system channels instead of host device ...Gravatar Kelebek12023-12-161-17/+26
* audio_core: ignore renderer wait when stream is pausedGravatar Liam2023-11-121-2/+10
* audio: fix shutdown deadlock in audio rendererGravatar Liam2023-10-131-0/+4
* sink_stream: Resolve heap buffer corruption due to out of bounds writeGravatar Morph2023-06-301-14/+20
* Remove memory allocations in some hot pathsGravatar Kelebek12023-06-221-7/+8
* core_timing: Use CNTPCT as the guest CPU tickGravatar Morph2023-06-071-1/+0
* android: audio_core: sink_stream: Remove unnecessary check.Gravatar bunnei2023-06-051-3/+0
* Merge pull request #10508 from yuzu-emu/limeGravatar bunnei2023-06-051-0/+3
|\
| * android: audio_core: Avoid shutdown hang.Gravatar bunnei2023-06-031-0/+3
* | audio_renderer: resolve adsp thread deadlock shutdownGravatar Liam2023-06-041-2/+3
|/
* Audren wait as suggested by ByLawsGravatar Kelebek12023-05-271-0/+3
* Smooth out the DSP callback by adding a 5ms wait time limitGravatar Kelebek12023-05-181-2/+2
* Use GetGlobalTimeNs as opposed to clock ticksGravatar Billy Laws2023-04-081-3/+2
* Add some explicit latency to sample count reportingGravatar Billy Laws2023-04-031-1/+2
* audio_core: No longer stall when sink queue is fullGravatar Billy Laws2023-03-271-43/+0
* Run clang-formatGravatar Billy Laws2023-03-271-5/+5
* audio: Wait for samples on the emulated DSP side to avoid desyncsGravatar Billy Laws2023-03-271-0/+15
* audio: Interpolate system manager sample count using host sink sample infoGravatar Billy Laws2023-03-261-0/+21
* Merge pull request #9796 from liamwhite/currentGravatar liamwhite2023-02-151-2/+2
|\
| * general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-2/+2
* | remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades792023-02-141-6/+6
* | add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades792023-02-141-6/+6
|/
* Merge pull request #9289 from liamwhite/fruit-companyGravatar liamwhite2022-12-031-4/+4
|\
| * general: fix compile for Apple ClangGravatar Liam2022-11-221-4/+4
* | audio_core: sink_stream: Hold the suspend lock when process is stalled.Gravatar bunnei2022-11-291-5/+6
|/
* Do not try to pause core timing from the audio thread when using single-coreGravatar Kelebek12022-09-221-2/+7
* Merge pull request #8878 from Kelebek1/remove_pauseGravatar bunnei2022-09-151-0/+16
|\
| * Remove pause callbacks from coretimingGravatar Kelebek12022-09-131-0/+16
* | Remove a pragma once from a cpp fileGravatar Kelebek12022-09-121-2/+0
|/
* Don't stall with nvdecGravatar Kelebek12022-09-041-1/+7
* Rework audio output, connecting AudioOut into coretiming to fix desync during...Gravatar Kelebek12022-09-021-0/+259