Age | Commit message (Expand) | Author |
2005-01-10 | A little more moving around #include's (last one for today ;-) | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-03 | renamed AudioInputStream -> AudioStream | Max Horn |
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a barebo... | Max Horn |
2003-09-11 | some (untested!) support for backends which require unsigned audio samples | Max Horn |
2003-09-05 | optimized channel volume/pan handling | Max Horn |
2003-09-02 | moved volume and pan control into flow func | Paweł Kołodziejski |
2003-08-06 | some cleanup | Max Horn |
2003-08-05 | some cleanup; added Channel::getVolume, once somebody tells me what exactly i... | Max Horn |
2003-08-05 | get rid of calls to the obsolete AudioInputStream::size method | Max Horn |
2003-08-02 | some more tweaks | Max Horn |
2003-08-02 | cleanup | Max Horn |
2003-08-02 | added FLAG_REVERSE_STEREO support | Max Horn |
2003-08-02 | disable debug output | Max Horn |
2003-08-01 | implemented raw sound looping; some debug output enabled temporarily | Max Horn |
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, s... | Max Horn |
2003-07-29 | added VorbisInputStream | Max Horn |
2003-07-29 | added makeRateConverter factory function | Max Horn |
2003-07-28 | moved st_gcd to resample.cpp | Max Horn |
2003-07-28 | instead of 'int channels', use 'bool stereo' (less extensible, but then I don... | Max Horn |
2003-07-28 | added CopyRateConverter (used if inrate == outrate) | Max Horn |
2003-07-28 | use a single converter for both channels (if input data is stereo), for impro... | Max Horn |
2003-07-24 | added volume support; some cleanup; provided exactly as many samples as were ... | Max Horn |
2003-07-24 | added RateConverter classes as thin wrappers around st_* functions; renamed I... | Max Horn |
2003-07-24 | new files, based on SoX (http://sox.sf.net): better resampling code. Note tha... | Max Horn |