From fdb2c41cdda7fa83856bf8654262387fe5776680 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Mon, 21 Jun 2004 06:59:24 +0000 Subject: increased audio buffer to solve scuttering problems svn-id: r13993 --- scumm/smush/smush_mixer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/smush/smush_mixer.cpp') diff --git a/scumm/smush/smush_mixer.cpp b/scumm/smush/smush_mixer.cpp index 7be2cdf604..1ceb1718b3 100644 --- a/scumm/smush/smush_mixer.cpp +++ b/scumm/smush/smush_mixer.cpp @@ -120,7 +120,7 @@ bool SmushMixer::handleFrame() { if (_mixer->isReady()) { if (!_channels[i].handle.isActive()) - _mixer->newStream(&_channels[i].handle, rate, flags, 400000); + _mixer->newStream(&_channels[i].handle, rate, flags, 500000); _mixer->setChannelVolume(_channels[i].handle, vol); _mixer->setChannelBalance(_channels[i].handle, pan); _mixer->appendStream(_channels[i].handle, data, size); -- cgit v1.2.3