summaryrefslogtreecommitdiff
path: root/include/SDL_audio.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-10-01commit c6b28f46b8116552ec2b38d1d3c8535df28ba7a1Sam Lantinga1-1/+2
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-12-09audio: fixed typo in Doxygen comment.Ryan C. Gordon1-1/+1
2017-10-20Document the SDL audio channel mappingSam Lantinga1-0/+9
2017-10-20Added SDL_AudioStreamFlush() to the list of new audio stream functionsSam Lantinga1-1/+7
2017-10-19audio: Added SDL_AudioStreamFlush().Ryan C. Gordon1-1/+21
2017-10-18Added audio stream conversion functions:Sam Lantinga1-1/+101
2017-08-29Updated documentation, you don't need to initialize the audio subsystem to do...Sam Lantinga1-1/+0
2017-08-18audio: better docs on conversion APIs, error if not init'd (thanks, Simon!).Ryan C. Gordon1-3/+6
2017-06-12Fixed bug 3668 - Overflow of SDL_AudioCVT.filters with some downmixesSam Lantinga1-2/+12
2017-02-27audio: clarified what SDL_AudioSpec::samples is, removed note about power of 2.Ryan C. Gordon1-1/+1
2017-01-24Added a note about aligning SDL_AudioCVT data.Ryan C. Gordon1-0/+6
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-11-20Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga1-3/+3
2016-08-06audio: Implemented buffer queueing for capture devices (SDL_DequeueAudio()).Ryan C. Gordon1-14/+81
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2014-07-22Added audio device buffer queueing API.Ryan C. Gordon1-4/+103
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-08-21OCD fixes: Adds a space after /* (glory to regular expressions!)Gabriel Jacobo1-22/+22
2013-08-21OCD fixes: Adds a space before */Gabriel Jacobo1-22/+22
2013-08-06Removed function signature that doesn't actually exist yet.Ryan C. Gordon1-6/+0
2013-07-29Fixed stack smashing crash when using the GCC compiled DLL with Visual Studio.Sam Lantinga1-1/+12
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-67/+59
2013-02-15Happy New Year!Sam Lantinga1-1/+1
2012-01-22Removing some more references to SDL 1.3Sam Lantinga1-1/+1
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2009-12-13Name the audio callback for documentation clarity.Sam Lantinga1-10/+15
2009-12-10Switch to mixed case for consistency with other enumerationsSam Lantinga1-3/+3
2009-10-19Partial fix for bug #859Sam Lantinga1-184/+266
2009-01-11First shot at new audio resampling code.Ryan C. Gordon1-6/+1
2008-12-13Fixed SDL 1.2 compatibility problem.Sam Lantinga1-2/+9
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2008-08-26Fixed compile errors for audio resampling. I'm not sure how this got missed...Sam Lantinga1-1/+6
2006-10-17Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.Ryan C. Gordon1-7/+27
2006-08-28Added source color and alpha modulation support.Sam Lantinga1-13/+13
2006-08-24Forgot to check in updated SDL_audio.h ...Ryan C. Gordon1-18/+17
2006-08-05In general, fill in pointers to structures, rather than return them.Sam Lantinga1-9/+14
2006-08-031.3 API proposals for audio subsystem. Nothing in here is guaranteed toRyan C. Gordon1-2/+113
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-51/+79
2006-02-10More header massaging... works great on Windows. ;-)Sam Lantinga1-1/+3
2006-02-10*** empty log message ***Sam Lantinga1-4/+1
2006-02-09Started the process of improving configure support, and merging C typesSam Lantinga1-1/+3
2006-02-06It's now possible to build SDL without any C runtime at all on Windows,Sam Lantinga1-2/+0
2006-02-01Updated copyright information and removed rcs id lines (problematic in branch...Sam Lantinga1-12/+7
2004-08-20Date: Fri, 20 Aug 2004 08:31:20 +0200Sam Lantinga1-2/+2