mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
increase buffer for comi smush audio track, that fixes bug #1479721
svn-id: r22702
This commit is contained in:
parent
3a1dec3ad1
commit
ea05e31330
@ -524,7 +524,7 @@ void SmushPlayer::handleIACT(Chunk &b) {
|
||||
} while (--count);
|
||||
|
||||
if (!_IACTstream) {
|
||||
_IACTstream = Audio::makeAppendableAudioStream(22050, Audio::Mixer::FLAG_STEREO | Audio::Mixer::FLAG_16BITS, 400000);
|
||||
_IACTstream = Audio::makeAppendableAudioStream(22050, Audio::Mixer::FLAG_STEREO | Audio::Mixer::FLAG_16BITS, 900000);
|
||||
_vm->_mixer->playInputStream(Audio::Mixer::kSFXSoundType, &_IACTchannel, _IACTstream);
|
||||
}
|
||||
_IACTstream->append(output_data, 0x1000);
|
||||
|
Loading…
Reference in New Issue
Block a user