0x10 interleave for PCM

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@553 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2009-01-05 04:50:29 +00:00
parent a811b6fcb6
commit 191bf53d0b

View File

@ -50,7 +50,7 @@ VGMSTREAM * init_vgmstream_str_asr(STREAMFILE *streamFile) {
vgmstream->loop_start_sample = (read_32bitBE(0x44,streamFile))/2/channel_count;
vgmstream->loop_end_sample = (read_32bitBE(0x48,streamFile))/2/channel_count;
}
vgmstream->interleave_block_size = 0x2;
vgmstream->interleave_block_size = 0x10;
break;
default:
goto fail;