summaryrefslogtreecommitdiff
path: root/src/i_sdlsound.c
AgeCommit message (Expand)Author
2011-03-06Discard very short sound effects and strip lead-in / lead-out samplesSimon Howard
2010-11-24Add workaround to stop freezeups with old versions of SDL_mixer.Simon Howard
2010-08-07Change back filter frequency. Add debug code to dump resampled soundSimon Howard
2010-08-07Fix sound resampling low pass filter.Simon Howard
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
2009-09-06Fixes for MSVC compile (thanks entryway).Simon Howard
2009-07-12Fix compile with libsamplerate.Simon Howard
2009-05-17Always use an SDL buffer size that is a power of two. Reduce buffer sizeSimon Howard
2009-05-07Calculate SDL buffer size automatically based on sample rate.Simon Howard
2009-03-15Fix clipped sounds when using libsamplerate (thanks David Flater)Simon Howard
2008-05-02Add W_CacheLumpNum,Name API to WAD code for releasing a lump back toSimon Howard
2008-04-19Fix build problem when libsamplerate support is enabled.Simon Howard
2008-04-19Fix some more warnings.Simon Howard
2008-04-15Make use_libsamplerate be an integer value that controls conversionSimon Howard
2008-03-13Display a warning message if use_libsamplerate != 0, but libsamplerateSimon Howard
2008-03-13Apply SRC patch from David Flater.Simon Howard
2008-02-28Add fixes for MSVC warnings (thanks entryway).Simon Howard
2008-02-23Perform a low-pass filter of converted sounds to filter outSimon Howard
2008-02-13Don't try to precache sound effects that don't exist.Simon Howard
2008-02-12Add comment.Simon Howard
2008-02-12Use SRC_SINC_FASTEST for speed when using libsamplerate for conversions,Simon Howard
2008-02-11Add support for sample rate conversion using libsamplerate (thanks toSimon Howard
2007-09-03Fix crash when playing long sounds (like DSBOSSIT)Simon Howard
2007-08-03Fix 'pop' at the end of sound effects caused by an audio conversion bug.Simon Howard
2007-06-21Add arrlen() macro as a clearer way of doing sizeof(array) /Simon Howard
2007-06-17Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "soundSimon Howard