1
0
Fork 0
forked from suyu/suyu
suyu/src/audio_core/sink
lat9nq 9fe077635e sdl2_sink: Distinguish between capture and non-capture device names
The function prototype appears to care whether we are loading capture
devices or not, and SDL_GetAudioDeviceName has a parameter to use it,
but for some reason it isn't.

This puts `capture` where it goes.
2022-10-16 03:15:54 -04:00
..
cubeb_sink.cpp Choose the SDL audio backend when Cubeb reports too high of a latency 2022-10-09 13:47:59 +01: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: Distinguish between capture and non-capture device names 2022-10-16 03:15:54 -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 Do not try to pause core timing from the audio thread when using single-core 2022-09-22 01:23:57 +01:00
sink_stream.h sink_stream: Mark GetQueueSize as const 2022-09-16 10:00:52 -04:00