aboutsummaryrefslogtreecommitdiff
path: root/sound/rate.cpp
AgeCommit message (Expand)Author
2005-01-10A little more moving around #include's (last one for today ;-)Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Use SoundMixer::kMaxMixerVolumeMax Horn
2004-01-06updated copyright noticeMax Horn
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2004-01-03replace read() by readBuffer() in CopyRateConverterMax Horn
2003-12-26logic fix: we must do wrap around *before* read, not after. otherwise eosInte...Max Horn
2003-12-19distinguish between end of stream and end of dataMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
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-04not really sure if using readBuffer would give any gain in CopyRateConverterMax Horn
2003-08-04renamed eof -> eos (end of stream); hid MP3/Vorbis stream classes completly (...Max Horn
2003-08-02one addition lessMax Horn
2003-08-02some more tweaksMax Horn
2003-08-02slightly cut down on the number of times eof() is calledMax Horn
2003-08-02optimize code flow a littleMax Horn
2003-08-02cleanupMax Horn
2003-08-02added FLAG_REVERSE_STEREO supportMax Horn
2003-08-02remove debug outputMax Horn
2003-08-02fix for st_rate_flow, code is more straightforward now, tooMax Horn
2003-08-02garhgMax Horn
2003-08-02previous mod was techincally incorrect, this one should be better (but might ...Max Horn
2003-08-02I think this fixes bug #780167 ("SIMON1/2: Sound problems"). WhenTorbjörn Andersson
2003-07-31icur was not being saved between rate conversion callsMax Horn
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
2003-07-31removed the AudioInputStream::size method -> only eof() is really needed, and...Max Horn
2003-07-30Fixed MSVC errorsJamieson Christian
2003-07-29Fix mingw compileTravis Howell
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