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
/
audiostream.h
Age
Commit message (
Expand
)
Author
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
Max Horn
2003-07-31
removed the AudioInputStream::size method -> only eof() is really needed, and...
Max Horn
2003-07-29
added VorbisInputStream
Max Horn
2003-07-28
make wrapped stream work (I can hear some music in CoMI now before it segfaul...
Max Horn
2003-07-28
rewrote the input streams, this should be more straightforward and inline sli...
Max Horn
2003-07-28
more work on WrappedMemoryStream (not yet tested)
Max Horn
2003-07-28
instead of 'int channels', use 'bool stereo' (less extensible, but then I don...
Max Horn
2003-07-28
use a single converter for both channels (if input data is stereo), for impro...
Max Horn
2003-07-25
move AudioInputStream implementations & makeInputStream into separate .cpp file
Max Horn
2003-07-25
reduced source code duplication
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
[prev]