aboutsummaryrefslogtreecommitdiff
path: root/sound/rate.cpp
AgeCommit message (Expand)Author
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-25round to nearestMax 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