index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
rate.cpp
Age
Commit message (
Expand
)
Author
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-04
not really sure if using readBuffer would give any gain in CopyRateConverter
Max Horn
2003-08-04
renamed eof -> eos (end of stream); hid MP3/Vorbis stream classes completly (...
Max Horn
2003-08-02
one addition less
Max Horn
2003-08-02
some more tweaks
Max Horn
2003-08-02
slightly cut down on the number of times eof() is called
Max Horn
2003-08-02
optimize code flow a little
Max Horn
2003-08-02
cleanup
Max Horn
2003-08-02
added FLAG_REVERSE_STEREO support
Max Horn
2003-08-02
remove debug output
Max Horn
2003-08-02
fix for st_rate_flow, code is more straightforward now, too
Max Horn
2003-08-02
garhg
Max Horn
2003-08-02
previous mod was techincally incorrect, this one should be better (but might ...
Max Horn
2003-08-02
I think this fixes bug #780167 ("SIMON1/2: Sound problems"). When
Torbjörn Andersson
2003-07-31
icur was not being saved between rate conversion calls
Max Horn
2003-07-31
back disable warnings into stdafx.h, vc6 is lack of warnings support
Paweł Kołodziejski
2003-07-31
removed the AudioInputStream::size method -> only eof() is really needed, and...
Max Horn
2003-07-30
Fixed MSVC errors
Jamieson Christian
2003-07-29
Fix mingw compile
Travis Howell
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-25
round to nearest
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