aboutsummaryrefslogtreecommitdiff
path: root/backends/mixer/sdl/sdl-mixer.cpp
AgeCommit message (Expand)Author
2020-01-11Default gcw0 back to adlib emulator due to high CPU cost of fluidsynth.craigsc
2019-11-30AUDIO: Remove unused parameter from the MixerImpl constructorCameron Cawley
2019-05-12SWITCH: add nintendo switch supportCpasjuste
2017-09-12SDL: Reduce audio playback latencyColin Snover
2017-09-12GUI: Remove mostly-broken audio output sample rate controlColin Snover
2017-03-04PSP2: Add Playstation Vita (PSP2) supportcpasjuste
2015-12-15PS3: Set the default audio output rate to 48000 HzBastien Bouclet
2015-12-15SDL: Ensure the audio sample format is supportedBastien Bouclet
2015-01-25SDL: Also print audio driver used when built with SDL2.Johannes Schickel
2015-01-25SDL: Add experimental support for SDL2.Johannes Schickel
2014-06-22SDL: Default to 44kHz sound output.Johannes Schickel
2014-02-18SDL: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-17SDL: Revert add warning if "waveout" driver is being used for audio.Kirben
2014-02-14SDL: Add warning if "waveout" driver is being used for audio.D G Turner
2014-02-12SDL: Add debugging code to output SDL audio driver name being used.D G Turner
2013-01-24JANITORIAL: Fix ){ -> ) {Einar Johan Trøan Sømåen
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-17BACKENDS: Mono output devices are OK on Symbian.Alyssa Milburn
2011-06-14BACKENDS: Improve SDL Mixer Output Format Checks and Reporting.D G Turner
2011-05-31BUILD: Add SDL_BACKEND=1 to config.mk for all SDL based backendsMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-28SYMBIAN: Fixes & improvements for SymbianSdlMixerManager (untested)Max Horn
2010-08-12SDL: Make use of SDL_BACKEND instead of platform specific defines.Alejandro Marzini
2010-08-01SYMBIAN platform. Correct building of SDL refacturing for Symbian.Lars Persson
2010-07-01Modularized GP2X backend. Renamed GP2XWIZSdlEventManager to GP2XSdlEventManag...Alejandro Marzini
2010-06-29Modularized Linuxmoto port.Alejandro Marzini
2010-06-24Refactored SDL mixer manager. Created a SdlMixerManager subclass for Mac OSX.Alejandro Marzini
2010-06-23Fixed AudioCDManager not having a public inheritance. Backend code cleanup.Alejandro Marzini
2010-06-20Made _sampleRate constant again in Audio::MixerImpl. (And Committing "common/...Alejandro Marzini
2010-06-12Created SdlMixerImpl. Added setSampleRate method to Audio::MixerImpl. Updated...Alejandro Marzini