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
2004-08-22
Switch smush debug to channel
Travis Howell
2004-06-21
increased audio buffer to solve scuttering problems
Paweł Kołodziejski
2004-03-28
Fixed format string to match the number of arguments.
Torbjörn Andersson
2004-02-02
Fixed most bugs, so only cosmetic visual things left.
Eugene Sandulenko
2004-01-29
Renamed the 'pan' effect of the mixer to 'balance', since that is what we act...
Max Horn
2004-01-09
handle volume and pan by SoundMixer not SmushMixer
Paweł Kołodziejski
2004-01-06
updated copyright notice
Max Horn
2003-12-26
I got some buffer overflow warnings, seems 200KB isn't quite enough...
Max Horn
2003-12-24
o Added SoundMixer::isReady()
Max Horn
2003-12-24
turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...
Max Horn
2003-12-22
fix for bug #864478 (Smush audio streaming); cleanup
Max Horn
2003-12-21
Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of thi...
Max Horn
2003-12-21
Incorrect use of stopChannel (must be stopHandle); replaced single remaining ...
Max Horn
2003-12-18
cleanup
Max Horn
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