summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink/sink_stream.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9796 from liamwhite/currentliamwhite2023-02-151-2/+2
|\ | | | | general: rename CurrentProcess to ApplicationProcess
| * general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-2/+2
| |
* | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-6/+6
| | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
* | add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-6/+6
|/ | | | Signed-off-by: arades79 <scravers@protonmail.com>
* Merge pull request #9289 from liamwhite/fruit-companyliamwhite2022-12-031-4/+4
|\ | | | | general: fix compile for Apple Clang
| * general: fix compile for Apple ClangLiam2022-11-231-4/+4
| |
* | audio_core: sink_stream: Hold the suspend lock when process is stalled.bunnei2022-11-301-5/+6
|/ | | | - Prevents us from clashing with other callers trying to un/stall.
* Do not try to pause core timing from the audio thread when using single-coreKelebek12022-09-221-2/+7
|
* Merge pull request #8878 from Kelebek1/remove_pausebunnei2022-09-151-0/+16
|\ | | | | Remove pause callbacks from coretiming
| * Remove pause callbacks from coretimingKelebek12022-09-131-0/+16
| |
* | Remove a pragma once from a cpp fileKelebek12022-09-121-2/+0
|/
* Don't stall with nvdecKelebek12022-09-041-1/+7
|
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-0/+259