mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-19 00:04:04 +01:00
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:
parent
a811b6fcb6
commit
191bf53d0b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user