mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 16:30:54 +01:00
Fix .fag sample rate
This commit is contained in:
parent
13643e8c3d
commit
f90d9c1e5d
@ -32,7 +32,7 @@ VGMSTREAM * init_vgmstream_fag(STREAMFILE *streamFile) {
|
||||
if (!vgmstream) goto fail;
|
||||
|
||||
vgmstream->meta_type = meta_FAG;
|
||||
vgmstream->sample_rate = 24000;
|
||||
vgmstream->sample_rate = 22050;
|
||||
vgmstream->num_streams = total_subsongs;
|
||||
vgmstream->stream_size = stream_size;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user