quakeforge/libs/audio/renderer
Bill Currie 01f7bd440e slightly cleaner 2007-05-08 10:49:54 +00:00
..
.gitignore Put the sound renderer in it's proper place: as a full-fledged plugin. 2001-08-23 04:01:46 +00:00
Makefile.am connects to jack server and auto-wires the ports 2007-03-17 06:20:52 +00:00
flac.c turn on graph generation in the doxygen output. very slow, but the diagrams are worth it. Also make the data member of sfx_t a union rather than void so doxygen can see the relationships (and gets rid of a bunch of casts that I never liked anyway). 2007-05-07 05:20:24 +00:00
midi.c turn on graph generation in the doxygen output. very slow, but the diagrams are worth it. Also make the data member of sfx_t a union rather than void so doxygen can see the relationships (and gets rid of a bunch of casts that I never liked anyway). 2007-05-07 05:20:24 +00:00
snd_channels.c slightly cleaner 2007-05-08 10:49:54 +00:00
snd_dma.c remove S_TouchSound: it doesn't seem to be necessary 2007-05-07 12:20:38 +00:00
snd_jack.c remove S_TouchSound: it doesn't seem to be necessary 2007-05-07 12:20:38 +00:00
snd_mem.c turn on graph generation in the doxygen output. very slow, but the diagrams are worth it. Also make the data member of sfx_t a union rather than void so doxygen can see the relationships (and gets rid of a bunch of casts that I never liked anyway). 2007-05-07 05:20:24 +00:00
snd_mix.c this seems to fix the sound cutouts. I /think/ this is the correct fix as cached sfxs are shared and thus nulling the buffer pointer isn't a particularly good idea for every release. 2007-05-06 08:35:28 +00:00
snd_resample.c reduce a lot of duplicated code. should have done it this way in the first place. anyway, now I can get on with fixing the cut-off bug (I hope). 2007-03-26 11:44:52 +00:00
snd_sfx.c remove S_TouchSound: it doesn't seem to be necessary 2007-05-07 12:20:38 +00:00
vorbis.c turn on graph generation in the doxygen output. very slow, but the diagrams are worth it. Also make the data member of sfx_t a union rather than void so doxygen can see the relationships (and gets rid of a bunch of casts that I never liked anyway). 2007-05-07 05:20:24 +00:00
wav.c turn on graph generation in the doxygen output. very slow, but the diagrams are worth it. Also make the data member of sfx_t a union rather than void so doxygen can see the relationships (and gets rid of a bunch of casts that I never liked anyway). 2007-05-07 05:20:24 +00:00