quakeforge/libs/audio/renderer
Bill Currie 5fa73e7ff2 [sound] Rename "cache" to "block" and clean out old code
I never liked "cache" as a name because it said where the sound was
stored rather than how it was loaded/played, but "stream" is ok, since
that's pretty much spot on. I'm not sure "block" is the best, but it at
least makes sense because the sounds are loaded as a single block (as
opposed to being streamed). An now, neither use the cache system.
2022-06-06 12:39:54 +09:00
..
flac.c [sound] Rename "cache" to "block" and clean out old code 2022-06-06 12:39:54 +09:00
Makemodule.am [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
midi.c [sound] Use SYS_snd for all masked prints 2022-06-06 12:39:54 +09:00
snd_channels.c [sound] Rename "cache" to "block" and clean out old code 2022-06-06 12:39:54 +09:00
snd_dma.c [sound] Add a threaded field to snd_t 2022-06-06 12:39:54 +09:00
snd_mem.c [sound] Rename "cache" to "block" and clean out old code 2022-06-06 12:39:54 +09:00
snd_mix.c [sound] Bring QF into the atomic age 2022-06-06 12:39:54 +09:00
snd_resample.c [sound] Rename "cache" to "block" and clean out old code 2022-06-06 12:39:54 +09:00
snd_sfx.c [sound] Rename "cache" to "block" and clean out old code 2022-06-06 12:39:54 +09:00
vorbis.c [sound] Rename "cache" to "block" and clean out old code 2022-06-06 12:39:54 +09:00
wav.c [sound] Rename "cache" to "block" and clean out old code 2022-06-06 12:39:54 +09:00