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
/
resample.cpp
Age
Commit message (
Expand
)
Author
2003-10-03
undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, ...
Max Horn
2003-10-03
fixed compilation under msvc7
Paweł Kołodziejski
2003-09-08
start to use code from the original resample codebase, since it uses fixed po...
Max Horn
2003-08-06
some cleanup
Max Horn
2003-08-05
some cleanup; added Channel::getVolume, once somebody tells me what exactly i...
Max Horn
2003-08-05
get rid of calls to the obsolete AudioInputStream::size method
Max Horn
2003-07-28
moved st_gcd to resample.cpp
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-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