mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 04:13:47 +01:00
adding interleave to dsp
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@478 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
e67a69da29
commit
1b109fbbaa
@ -255,6 +255,8 @@ VGMSTREAM * init_vgmstream_genh(STREAMFILE *streamFile) {
|
||||
|
||||
for (j=0;j<16;j++)
|
||||
vgmstream->ch[i].adpcm_coef[j] = read_16bitBE(coef[i]+j*2,streamFile);
|
||||
|
||||
chstart_offset =start_offset+vgmstream->interleave_block_size*i;
|
||||
break;
|
||||
|
||||
#ifdef VGM_USE_MPEG
|
||||
|
Loading…
x
Reference in New Issue
Block a user