SDL/src/audio/pulseaudio
Ryan C. Gordon 1453cfa4e9
pulseaudio: Move to a threaded mainloop.
This used to create a context and mainloop for each device and the hotplug
thread, but this isn't correct use of PulseAudio's API. Now we have a
single context and a pa_threaded_mainloop, and all threads cooperate around
it.

This was originally from SDL3, in 35292d7dba88faa667f86e77c63651d19ef49178.

Reference Issue #7883.
Reference Issue #7427.
2023-06-28 20:32:14 -04:00
..
SDL_pulseaudio.c pulseaudio: Move to a threaded mainloop. 2023-06-28 20:32:14 -04:00
SDL_pulseaudio.h pulseaudio: Move to a threaded mainloop. 2023-06-28 20:32:14 -04:00