quakeforge/libs/audio
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
..
renderer Fix the ghastly sound quality. 2011-12-08 11:02:19 +09:00
targets SDL sound patches from SVD. 2012-01-17 19:14:42 +09:00
test Move the config file/command line parsing into qargs.c 2011-09-11 14:57:05 +09:00
cd.c Make the default cd plugin configurable. 2011-06-04 17:19:18 +09:00
cd_file.c Rename some headers to fix doxygen warnings. 2011-07-23 15:58:45 +09:00
cd_linux.c Add and use SYS_SND for both sound and cd debug prints. 2011-08-11 17:20:33 +09:00
cd_sdl.c Add and use SYS_SND for both sound and cd debug prints. 2011-08-11 17:20:33 +09:00
cd_sgi.c Add and use SYS_SND for both sound and cd debug prints. 2011-08-11 17:20:33 +09:00
cd_win.c Add and use SYS_SND for both sound and cd debug prints. 2011-08-11 17:20:33 +09:00
cd_xmms.c Add and use SYS_SND for both sound and cd debug prints. 2011-08-11 17:20:33 +09:00
Makefile.am Fix a stray CFLAGS. 2011-12-10 20:45:33 +09:00
snd.c remove S_TouchSound: it doesn't seem to be necessary 2007-05-07 12:20:38 +00:00
snd_progs.c add some sounds to the menus (not yet finished) 2007-05-07 12:17:12 +00:00