Update musx.c

Some games use 32000hz
This commit is contained in:
Hexagon123 2022-09-06 02:05:14 -05:00 committed by GitHub
parent fb0beb0f17
commit 51786a9265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,7 +254,7 @@ static int parse_musx_stream(STREAMFILE* sf, musx_header* musx) {
case 0x5749495F: /* "WII_" */
default_channels = 2;
default_sample_rate = 44100;
default_sample_rate = 32000;
musx->codec = DAT;
break;