aboutsummaryrefslogtreecommitdiff
path: root/sound/resample.cpp
AgeCommit message (Expand)Author
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2003-10-03undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, ...Max Horn
2003-10-03fixed compilation under msvc7Paweł Kołodziejski
2003-09-08start to use code from the original resample codebase, since it uses fixed po...Max Horn
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-07-28moved st_gcd to resample.cppMax 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