quakeforge/libs/audio/targets
Bill Currie 05bf637466 SDL sound patches from SVD.
Thanks to "Sander van Dijk" <a.h.vandijk@gmail.com>, we now have much
better SDL sound support.

Here's the promised cleaned up version of the "double buffer" approach
patch for "snd_sdl.c". I've taken some more time to re-read and test
it this time, and it seems to behave well. All memory that is used by
both the main thread and the SDL audio thread is prefixed with "shm_",
and locking is used to ensure that only one thread accesses it at the
same time.
2012-01-17 19:14:42 +09:00
..
Makefile.am Use AM_CFLAGS instead of CFLAGS. 2011-05-10 12:44:44 +09:00
snd_alsa.c Beg for mmap access. 2011-12-08 11:32:33 +09:00
snd_disk.c Fix the segaults when trying to use snd_disk. 2011-09-10 12:07:18 +09:00
snd_dx.c Fix some undefined symbols in snd_alsa.c. 2011-09-08 18:10:09 +09:00
snd_oss.c Fix OSS sound. YAY!!! 2012-01-06 21:21:45 +09:00
snd_sdl.c SDL sound patches from SVD. 2012-01-17 19:14:42 +09:00
snd_sgi.c Rename some headers to fix doxygen warnings. 2011-07-23 15:58:45 +09:00
snd_sun.c Fix some undefined symbols in snd_alsa.c. 2011-09-08 18:10:09 +09:00
snd_win.c Fix some undefined symbols in snd_alsa.c. 2011-09-08 18:10:09 +09:00