mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-17 23:36:41 +01:00
fixed exakt_sc sample rate
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@688 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
3f318927da
commit
896e91eefc
@ -23,7 +23,7 @@ VGMSTREAM * init_vgmstream_exakt_sc(STREAMFILE *streamFile) {
|
||||
|
||||
/* fill in the vital statistics */
|
||||
vgmstream->num_samples = file_size / 2;
|
||||
vgmstream->sample_rate = 44100;
|
||||
vgmstream->sample_rate = 48000;
|
||||
|
||||
vgmstream->coding_type = coding_SASSC;
|
||||
vgmstream->layout_type = layout_interleave;
|
||||
|
Loading…
x
Reference in New Issue
Block a user