aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UAudioPlayback_SoftMixer.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-22add fade for medley mod.k-m_schindler1-0/+9
2010-04-21fixed bug in SDL/Portaudio playback stream:tobigun1-2/+4
2010-04-21- fixed UAudioPlayback_SoftMixer.GetPosition():tobigun1-6/+56
2010-02-07small editsk-m_schindler1-20/+18
2009-04-09Warnings and Notes cleanupk-m_schindler1-4/+2
2009-02-04PChar replaced by PByteArray (for byte buffers) or PAnsiString (for zero-term...tobigun1-19/+19
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-08-27spelling corrected FFMpeg -> FFmpegtobigun1-2/+2
2008-07-02Audio/Video engine update:tobigun1-391/+611
2008-05-13This was not supposed for check-intobigun1-3/+3
2008-05-13- fixed video-backgroundtobigun1-3/+3
2008-05-10Volumes are floating point values (single) now. The range changed from [0 .. ...tobigun1-26/+27
2008-05-09- input-source selection works now (with bass or portaudio with portmixer)tobigun1-206/+164
2008-04-10workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...tobigun1-2/+2
2008-03-10removed a few unused local variablesjaybinks1-3/+3
2008-03-09new MixBuffers() function as replacement for SDL_MixAudio. Now portaudio work...tobigun1-45/+99
2008-03-07GetPCMData added for SDL/Portaudiotobigun1-894/+899
2008-03-06bug-fix: there was a Floating-Point exception when calling WindowFunc(). This...tobigun1-32/+63
2008-03-05FFT support for SDL/Portaudio playbacktobigun1-35/+89
2008-03-03delphi 7 compatibility (inline was introduced with delphi 2005)tobigun1-6/+6
2008-02-20- Resampling support addedtobigun1-0/+809