Commit Graph

14 Commits (d8fc3f403b62e2b3d67ec08791fdc66847ddb4ac)

Author SHA1 Message Date
Billy Laws d8fc3f403b audio: Interpolate system manager sample count using host sink sample info
This avoids the need to stall if the host sink sporadically misses the deadline, in such a case the previous implementation would report them samples as being played on-time, causing the guest to send more samples and leading to a gradual buildup.
2 years ago
liamwhite 6d77de96da
Merge pull request #9796 from liamwhite/current
general: rename CurrentProcess to ApplicationProcess
2 years ago
arades79 683019878f remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
Signed-off-by: arades79 <scravers@protonmail.com>
2 years ago
arades79 45e13b03f3 add static lifetime to constexpr values to force compile time evaluation where possible
Signed-off-by: arades79 <scravers@protonmail.com>
2 years ago
Liam ceda2d280e general: rename CurrentProcess to ApplicationProcess 2 years ago
liamwhite 22aff09b33
Merge pull request #9289 from liamwhite/fruit-company
general: fix compile for Apple Clang
2 years ago
bunnei 8fd4e44014 audio_core: sink_stream: Hold the suspend lock when process is stalled.
- Prevents us from clashing with other callers trying to un/stall.
2 years ago
Liam 9737615948 general: fix compile for Apple Clang 2 years ago
Kelebek1 56b8a9ba6e Do not try to pause core timing from the audio thread when using single-core 3 years ago
bunnei e85bda5f31
Merge pull request #8878 from Kelebek1/remove_pause
Remove pause callbacks from coretiming
3 years ago
Kelebek1 e93e898df5 Remove pause callbacks from coretiming 3 years ago
Kelebek1 1deecc6f70 Remove a pragma once from a cpp file 3 years ago
Kelebek1 2129d040a5 Don't stall with nvdec 3 years ago
Kelebek1 ea9ff71725 Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads. 3 years ago