AuroraOpenALSoft/Alc/backends
Chris Robinson f42f655ea9 Don't unlock the pulseaudio mainloop when mixing
Lock contention could cause a lengthy delay between mixing and writing the
audio. There shouldn't be any risk of dead-locking as the device lock should
never be held when the mainloop gets locked.
2012-08-12 03:52:38 -07:00
..
alsa.c Avoid failing if ALSA can't set a buffer or period time near to our request 2012-06-16 23:02:59 -07:00
coreaudio.c Rename AllDevice -> AllDevices 2012-05-09 16:28:16 -07:00
dsound.c Only try float32 with DSound when specifically requested 2012-06-17 04:13:01 -07:00
loopback.c Remove hungarian notation from the device and context structs 2012-04-19 22:50:11 -07:00
mmdevapi.c Add DEVPKEY_Device_FriendlyName declaration for mingw-w64 compatibility 2012-06-14 18:10:10 -07:00
null.c Rename AllDevice -> AllDevices 2012-05-09 16:28:16 -07:00
opensl.c Rename AllDevice -> AllDevices 2012-05-09 16:28:16 -07:00
oss.c Rename AllDevice -> AllDevices 2012-05-09 16:28:16 -07:00
portaudio.c Rename AllDevice -> AllDevices 2012-05-09 16:28:16 -07:00
pulseaudio.c Don't unlock the pulseaudio mainloop when mixing 2012-08-12 03:52:38 -07:00
sndio.c Rename AllDevice -> AllDevices 2012-05-09 16:28:16 -07:00
solaris.c Rename AllDevice -> AllDevices 2012-05-09 16:28:16 -07:00
wave.c Silence some GCC warnings 2012-06-17 22:17:03 -07:00
winmm.c Rename AllDevice -> AllDevices 2012-05-09 16:28:16 -07:00