mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-19 00:04:04 +01:00
24khz for pcm
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@824 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
84f1ba69c8
commit
9e7703400f
@ -93,7 +93,7 @@ VGMSTREAM * init_vgmstream_pcm_ps2(STREAMFILE *streamFile) {
|
||||
/* fill in the vital statistics */
|
||||
start_offset = 0x800;
|
||||
vgmstream->channels = channel_count;
|
||||
vgmstream->sample_rate = 22050;
|
||||
vgmstream->sample_rate = 24000;
|
||||
vgmstream->coding_type = coding_PCM16LE;
|
||||
vgmstream->num_samples = read_32bitLE(0x0,streamFile)/2/channel_count;
|
||||
if (loop_flag) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user