quakeforge/libs/audio
Bill Currie e967724196 [audio] Handle multiple cue points in wav files
Sounds in Arcane Dimensions (at least those used by ad_tears) specify
start and end cue points. The code was using only the final point in the
list and thus breaking looped sounds. Now, the first cue point is used
as the loop start, and the second (if present), the sample length. Both
are bounds-checked against the wav's sample count. Fixes sound locking
up during the first seconds in ad_tears.
2022-05-22 11:59:53 +09:00
..
renderer [audio] Handle multiple cue points in wav files 2022-05-22 11:59:53 +09:00
targets [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
test [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
cd.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
cd_file.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
cd_linux.c [cvar] Clean up most misinterpreted cvar types 2022-04-24 20:04:06 +09:00
cd_sdl.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
cd_sgi.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
cd_win.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
cd_xmms.c [util] Make PI_LoadPlugin always call general init function 2021-06-26 16:18:05 +09:00
Makemodule.am [audio] Get testsound working again 2021-06-21 16:40:40 +09:00
snd.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
snd_progs.c [gamecode] Pass registered data pointer to builtins 2022-02-14 12:28:38 +09:00