aboutsummaryrefslogtreecommitdiff
path: root/sound/audiostream.cpp
AgeCommit message (Expand)Author
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to work...Max Horn
2003-07-30Fixed MSVC errorsJamieson Christian
2003-07-29cleanupMax Horn
2003-07-29account for the data in the _buffer, tooMax Horn
2003-07-29added VorbisInputStreamMax Horn
2003-07-28make wrapped stream work (I can hear some music in CoMI now before it segfaul...Max Horn
2003-07-28rewrote the input streams, this should be more straightforward and inline sli...Max Horn
2003-07-28more work on WrappedMemoryStream (not yet tested)Max Horn
2003-07-28instead of 'int channels', use 'bool stereo' (less extensible, but then I don...Max Horn
2003-07-28use a single converter for both channels (if input data is stereo), for impro...Max Horn
2003-07-25move AudioInputStream implementations & makeInputStream into separate .cpp fileMax Horn