aboutsummaryrefslogtreecommitdiff
path: root/sound/rate.h
AgeCommit message (Expand)Author
2007-06-16cleanupMax Horn
2007-06-16cleanupMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
2005-01-10A little more moving around #include's (last one for today ;-)Max Horn
2005-01-01Updated copyrightMax Horn
2004-01-06updated copyright noticeMax Horn
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-09-11some (untested!) support for backends which require unsigned audio samplesMax Horn
2003-09-05optimized channel volume/pan handlingMax Horn
2003-09-02moved volume and pan control into flow funcPaweł Kołodziejski
2003-08-06some cleanupMax Horn
2003-08-05some cleanup; added Channel::getVolume, once somebody tells me what exactly i...Max Horn
2003-08-05get rid of calls to the obsolete AudioInputStream::size methodMax Horn
2003-08-02some more tweaksMax Horn
2003-08-02cleanupMax Horn
2003-08-02added FLAG_REVERSE_STEREO supportMax Horn
2003-08-02disable debug outputMax Horn
2003-08-01implemented raw sound looping; some debug output enabled temporarilyMax Horn
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-07-29added VorbisInputStreamMax Horn
2003-07-29added makeRateConverter factory functionMax Horn
2003-07-28moved st_gcd to resample.cppMax Horn
2003-07-28instead of 'int channels', use 'bool stereo' (less extensible, but then I don...Max Horn
2003-07-28added CopyRateConverter (used if inrate == outrate)Max Horn
2003-07-28use a single converter for both channels (if input data is stereo), for impro...Max Horn
2003-07-24added volume support; some cleanup; provided exactly as many samples as were ...Max Horn
2003-07-24added RateConverter classes as thin wrappers around st_* functions; renamed I...Max Horn
2003-07-24new files, based on SoX (http://sox.sf.net): better resampling code. Note tha...Max Horn