quakeforge/libs/audio/renderer
Bill Currie deab21cb4b [sound] Move stream buffers into locked memory
Streams are the easy one as they were never in the cache. As a side
effect, sfxstream_t is much smaller as it no longer has the buffer
embedded in the struct.
2022-06-04 18:45:11 +09:00
..
flac.c [sound] Rename sfxbuffer_t's length to size 2022-06-04 17:05:03 +09:00
Makemodule.am [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
midi.c [cvar] Clean up most misinterpreted cvar types 2022-04-24 20:04:06 +09:00
snd_channels.c [sound] Don't free channels when allocating 2022-06-04 18:29:37 +09:00
snd_dma.c [sound] Move stream buffers into locked memory 2022-06-04 18:45:11 +09:00
snd_mem.c [sound] Move stream buffers into locked memory 2022-06-04 18:45:11 +09:00
snd_mix.c [sound] Rename sfxbuffer_t's length to size 2022-06-04 17:05:03 +09:00
snd_resample.c [sound] Move stream buffers into locked memory 2022-06-04 18:45:11 +09:00
snd_sfx.c [sound] Move stream buffers into locked memory 2022-06-04 18:45:11 +09:00
vorbis.c [sound] Rename sfxbuffer_t's length to size 2022-06-04 17:05:03 +09:00
wav.c [sound] Rename sfxbuffer_t's length to size 2022-06-04 17:05:03 +09:00