1
0
Fork 0
forked from suyu/suyu
suyu/src/audio_core/sink
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.
2023-03-26 22:48:57 +01:00
..
cubeb_sink.cpp audio: cubeb: Fix yuzu crashing when it test for latency 2023-02-09 19:38:03 -06:00
cubeb_sink.h Choose the SDL audio backend when Cubeb reports too high of a latency 2022-10-09 13:47:59 +01:00
null_sink.h Remove pause callbacks from coretiming 2022-09-13 13:20:35 +01:00
sdl2_sink.cpp sdl2_sink: Inline variable init into if condition 2022-10-16 21:36:40 -04:00
sdl2_sink.h Choose the SDL audio backend when Cubeb reports too high of a latency 2022-10-09 13:47:59 +01:00
sink.h Merge pull request #8878 from Kelebek1/remove_pause 2022-09-15 13:50:13 -07:00
sink_details.cpp audio_core: Revert sink name to sdl2 2022-10-14 10:59:33 -05:00
sink_details.h Choose the SDL audio backend when Cubeb reports too high of a latency 2022-10-09 13:47:59 +01:00
sink_stream.cpp audio: Interpolate system manager sample count using host sink sample info 2023-03-26 22:48:57 +01:00
sink_stream.h audio: Interpolate system manager sample count using host sink sample info 2023-03-26 22:48:57 +01:00