24khz for pcm

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@824 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2010-08-28 04:56:59 +00:00
parent 84f1ba69c8
commit 9e7703400f

View File

@ -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) {