raze-gles/source/audiolib/src
terminx 425c183c67 Clean up DirectSound driver in audiolib
This includes a small patch from Nuke.YKT as well.

git-svn-id: https://svn.eduke32.com/eduke32@7361 1a8010ca-5511-0410-912e-c29ae57300e0
2019-03-02 23:21:01 +00:00
..
_multivc.h Remove 3 lines of audiolib header cruft 2019-02-18 22:02:27 +00:00
driver_directsound.cpp Clean up DirectSound driver in audiolib 2019-03-02 23:21:01 +00:00
driver_directsound.h Clean up DirectSound driver in audiolib 2019-03-02 23:21:01 +00:00
driver_nosound.cpp Fix screwed up spacing in a few audiolib files. No functional changes. 2018-10-25 23:33:14 +00:00
driver_nosound.h The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
driver_sdl.cpp Fix screwed up spacing in a few audiolib files. No functional changes. 2018-10-25 23:33:14 +00:00
driver_sdl.h The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
drivers.cpp Fix screwed up spacing in a few audiolib files. No functional changes. 2018-10-25 23:33:14 +00:00
flac.cpp Remove unnecessary "Playing" member of VoiceNode struct 2018-10-25 23:33:04 +00:00
formats.cpp Hendricks and I discussed "auto *" and we've come to the conclusion that it's bad form, so this corrects that. 2018-12-15 01:39:51 +00:00
fx_man.cpp Add per-sound volume support to audiolib. This allows you to control the volume of sounds independently from the distance-based system exposed through CON. To use this, you must define your sounds via the .def syntax and set the "volume" property--default is 1.0. 2018-10-25 23:32:14 +00:00
linklist.h Replace remaining instances of regular malloc/calloc/realloc/strdup with our memory error handler versions 2018-10-25 23:28:56 +00:00
mix.cpp Change audiolib mixing functions to just use a return value instead of setting a global to indicate the new mixing buffer position 2018-12-15 01:40:03 +00:00
mixst.cpp Change audiolib mixing functions to just use a return value instead of setting a global to indicate the new mixing buffer position 2018-12-15 01:40:03 +00:00
multivoc.cpp Remove a "cheap fix" from multivoc that is no longer needed and should never have been needed in the first place 2019-03-02 23:20:56 +00:00
pitch.cpp pitch.cpp cleanup. 2018-10-25 23:30:51 +00:00
pitch.h pitch.cpp cleanup. 2018-10-25 23:30:51 +00:00
vorbis.cpp Slight cleanup to MV_GetVorbisCommentLoops(). The biggest change here is swapping calls to atol to our Batol macro, which is actually backed by strtol instead of atol. 2018-12-15 01:39:57 +00:00
xa.cpp Hendricks and I discussed "auto *" and we've come to the conclusion that it's bad form, so this corrects that. 2018-12-15 01:39:51 +00:00
xmp.cpp Hendricks and I discussed "auto *" and we've come to the conclusion that it's bad form, so this corrects that. 2018-12-15 01:39:51 +00:00