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
/
scumm
/
smush
/
smush_mixer.cpp
Age
Commit message (
Expand
)
Author
2003-10-03
introduced namespace Scumm; made #include statements use scumm/ prefix explic...
Max Horn
2003-09-06
removed pauseMixer method from mixer, and renamed stop to stopChannel
Max Horn
2003-09-02
changed sounds volume to original volume level, and fixed sounds in bass intro
Paweł Kołodziejski
2003-09-01
added sound handle stuff to mixer streams
Paweł Kołodziejski
2003-08-31
added mixer features: volume and pan control per channel
Paweł Kołodziejski
2003-07-06
increased SmushMixer stream size to 500K, this seems to help in Fullthrottle....
Max Horn
2003-07-02
100 KB instead of 2 MB audio buffer should be sufficient
Max Horn
2003-06-22
Change names of the stream API in the mixer; added endStream method (stop() h...
Max Horn
2003-06-22
fixed warning
Paweł Kołodziejski
2003-06-22
fix regression I just introduced (voices in smush movies were cut off way too...
Max Horn
2003-06-21
lots of mixer cleanup / refactoring / reengineering
Max Horn
2003-06-21
modified & cleaned up the playStream/append code a bit; but this API really c...
Max Horn
2003-06-21
get rid of 11025 Hz special case (I hope this is correct; only case I know of...
Max Horn
2003-06-21
got rid of member var 'first'
Max Horn
2003-06-21
reduce code duplication a bit
Max Horn
2003-06-07
adhere to our coding style conventions; removed some unneccessary code
Max Horn
2003-05-18
warning() automatically outputs a newline after the warning message; adding a...
Max Horn
2003-04-30
som changes to make Palm OS happy
Max Horn
2003-03-17
init member vars in right order
Jonathan Gray
2003-03-17
reorg/clenup, changed main loop in smush code
Paweł Kołodziejski