summaryrefslogtreecommitdiff
path: root/src/i_sound.c
AgeCommit message (Expand)Author
2009-06-10Fix build with FEATURE_SOUND disabled.Simon Howard
2008-10-08Switch configuration file code to common configuration file code, andSimon Howard
2008-10-05Perform bounds checking on separation and volume values passed to theSimon Howard
2008-09-25Add option to low-level sound API to disable the DS prefix for soundSimon Howard
2008-09-14Remove i_sdlsound.c dependency on doom/Simon Howard
2008-09-11Refactor configuration file system to allow configuration file variablesSimon Howard
2008-09-08Move s_sound.[ch] to doom/Simon Howard
2008-09-08Split off some of the s_sound.c code into i_sound.c and reimplement theSimon Howard
2007-06-17Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "soundSimon Howard
2007-06-16Clean up sound codeSimon Howard
2007-06-14Add configuration file variable to change the sound sample rateSimon Howard
2007-05-20Fix crash when converting audio down to a lower sample rate.Simon Howard
2007-05-20Stop music on sound shutdown so music isn't left playing at the ENDOOMSimon Howard
2007-05-16Add FEATURE_SOUND.Simon Howard
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
2007-03-14Use SDL's built-in audio conversion routines to convert sound effects toSimon Howard
2007-03-10Lots of changes/additions:Russell Rice
2007-03-07Use native endianness for sound output, rather than always LSB. Add PCSimon Howard
2007-02-14Read sound length as a 32 bit field, not 16 bit. Fixes death sound inSimon Howard
2007-01-08More helpful SDL_mixer error messages.Simon Howard
2007-01-06Choose the locations for temporary files more intelligently.Simon Howard
2006-12-26On OSX, make MIDI music disabled by default. There are problems with theSimon Howard
2006-12-24Javadoc-style self-documenting system for command line options.Simon Howard
2006-12-24Include "SDL.h", not <SDL.h>, as per http://www.libsdl.org/faq.phpSimon Howard
2006-11-14Support running as a screensaver under X!Simon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-09-21Set default sound devices to SNDDEVICE_SB, so that sfx and music are on by Simon Howard
2006-09-15Interpret the snd_sfxdevice and snd_musicdevice values in the configurationSimon Howard
2006-09-09Fix the -nomusic parameter.Simon Howard
2006-07-28Try to convert MUS even if the MUS header is not present. The new codeSimon Howard
2006-07-22New mus -> mid conversion code thanks to Ben Ryves <benryves@benryves.com>Simon Howard
2006-05-03Allow .mid files in PWADs (via including a MID inside a music lump).Simon Howard
2006-03-23Separate variables for config file volume levels and sound API internalSimon Howard
2006-03-18Fix music startup/shutdownSimon Howard
2006-03-18Catch failures to initialise SDL_mixer properly, and fail gracefullySimon Howard
2006-01-23Fix bug when expanding large sound effects with odd sample ratesSimon Howard
2006-01-22Dehacked string replacements for sound and music lump namesSimon Howard
2006-01-10Shut up compiler warningsSimon Howard
2006-01-08Add S_MusicPlaying function to query if music is still playing.Simon Howard
2006-01-07Fix the behavior when expanding sound effects (again). Doom actuallySimon Howard
2005-10-23Reproduce the behavior when playing a sound at a sample rate whichSimon Howard
2005-10-15Fix MIDI music not pausing when using SDL_mixer's native MIDI playback.Simon Howard
2005-10-02Guard against music lumps containing non-MUS data, document in bugs listSimon Howard
2005-09-11Remove temporary MIDI files generated by sound code.Simon Howard
2005-09-11Fix sounds playing at the wrong volume (too quiet)Simon Howard
2005-09-07Modify the sound effect caching behaviour: sounds which are not playingSimon Howard
2005-09-06Restore -nosound, -nosfx, -nomusicSimon Howard
2005-09-06Setting music volumeSimon Howard
2005-09-06Working music!Simon Howard
2005-09-05Add mmus2mid code from prboom. Use 'void *' for music handles. PassSimon Howard