aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UAudioPlayback_SDL.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-04PChar replaced by PByteArray (for byte buffers) or PAnsiString (for zero-term...tobigun1-8/+6
2008-09-27remove some white space. no code changek-m_schindler1-1/+0
2008-09-23added file headerstobigun1-0/+25
2008-09-13Media modules moved from base to mediatobigun1-0/+0
2008-09-02Moved: The folder classes has been renamed to basemogguh1-0/+0
2008-08-27rename Classes part2k-m_schindler1-0/+0
2008-08-27rename Classes part1k-m_schindler1-0/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-07-02Audio/Video engine update:tobigun1-25/+35
2008-06-08- set svn:eol-style to nativetobigun1-150/+150
2008-05-10Volumes are floating point values (single) now. The range changed from [0 .. ...tobigun1-5/+3
2008-05-09- input-source selection works now (with bass or portaudio with portmixer)tobigun1-7/+39
2008-03-10auto removed a bunch of unused local variablesjaybinks1-1/+1
2008-03-09new MixBuffers() function as replacement for SDL_MixAudio. Now portaudio work...tobigun1-0/+7
2008-03-06add ini file option SDLBufferSize to set the buffersize for the sdl playback ...s_alexander1-1/+1
2008-02-20- Resampling support addedtobigun1-0/+113