mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
45288a1a7f
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. |
||
---|---|---|
.. | ||
flac.c | ||
Makefile.am | ||
midi.c | ||
snd_channels.c | ||
snd_dma.c | ||
snd_jack.c | ||
snd_mem.c | ||
snd_mix.c | ||
snd_resample.c | ||
snd_sfx.c | ||
vorbis.c | ||
wav.c |