quakeforge/libs/audio
Bill Currie 4cec187465 zixthree's wav file patch
Wav file were not read correctly when encoutering most chunk type beside the ones used by QuakeForge.

This patch will fix the riff loader code so that unused but defined chunk are skipped. Most wav files should now be loaded correctly fixing some silent sound effect.

Also fixed a typo in wav loader and reordered wav validity check so that format is checked first. The data chunk could be inexistant on some weird format and so an invalid format is a more helpful error text.

! Fix: Skip unsupported chunk in riff loader instead of rejecting riff file.
! Fix: typo in Microsoft name.
! Fix: ordering of wav validity to enable more helpful error text.
2010-11-21 14:18:15 +09:00
..
renderer zixthree's wav file patch 2010-11-21 14:18:15 +09:00
targets hopefully, correct plugin linking options 2010-08-21 13:01:35 +09:00
cd.c make -nocdaudio wor 2007-03-31 23:36:13 +00:00
cd_file.c Track 0 is used to stop the BGM 2010-11-20 14:32:27 +09:00
cd_linux.c Move all the cd plugins into the audio subdir so things can be built in the correct order (as cd_file depends on libQFsound). 2007-05-31 06:30:46 +00:00
cd_sdl.c Move all the cd plugins into the audio subdir so things can be built in the correct order (as cd_file depends on libQFsound). 2007-05-31 06:30:46 +00:00
cd_sgi.c Move all the cd plugins into the audio subdir so things can be built in the correct order (as cd_file depends on libQFsound). 2007-05-31 06:30:46 +00:00
cd_win.c Move all the cd plugins into the audio subdir so things can be built in the correct order (as cd_file depends on libQFsound). 2007-05-31 06:30:46 +00:00
cd_xmms.c Move all the cd plugins into the audio subdir so things can be built in the correct order (as cd_file depends on libQFsound). 2007-05-31 06:30:46 +00:00
Makefile.am Get the lib dependency for testsound right. 2010-09-25 23:07:06 +09:00
snd.c remove S_TouchSound: it doesn't seem to be necessary 2007-05-07 12:20:38 +00:00
snd_progs.c add some sounds to the menus (not yet finished) 2007-05-07 12:17:12 +00:00
testsound.c get alsa and sdl working, though sdl seems to be mono only 2010-08-15 05:15:47 +00:00