quakeforge/libs/audio/renderer
Bill Currie 45288a1a7f Fix the ghastly sound quality.
Due to quake's original sound engine using a push model, the actual place
to which the sound data should be written is not necessarily where the
"hardware" dma cursor is, but rather where the last write finished off.
Thus, the correct output location is indicated by snd_paintedtime rather
than snd_shm->framepos.
2011-12-08 11:02:19 +09:00
..
Makefile.am Some compile fixes for OpenBSD 2011-08-25 22:35:20 +09:00
flac.c Rename some headers to fix doxygen warnings. 2011-07-23 15:58:45 +09:00
midi.c Rename some headers to fix doxygen warnings. 2011-07-23 15:58:45 +09:00
snd_channels.c Rename some headers to fix doxygen warnings. 2011-07-23 15:58:45 +09:00
snd_dma.c Fix the ghastly sound quality. 2011-12-08 11:02:19 +09:00
snd_jack.c Fix some undefined symbols in snd_alsa.c. 2011-09-08 18:10:09 +09:00
snd_mem.c Some compile fixes for OpenBSD 2011-08-25 22:35:20 +09:00
snd_mix.c Fix some undefined symbols in snd_alsa.c. 2011-09-08 18:10:09 +09:00
snd_resample.c Rename some headers to fix doxygen warnings. 2011-07-23 15:58:45 +09:00
snd_sfx.c Rename some headers to fix doxygen warnings. 2011-07-23 15:58:45 +09:00
vorbis.c Rename some headers to fix doxygen warnings. 2011-07-23 15:58:45 +09:00
wav.c Rename some headers to fix doxygen warnings. 2011-07-23 15:58:45 +09:00