Merge pull request #1237 from NicknineTheEagle/musx

MUSX: Added Xbox variant [Ice Age 2 (Xbox)]
This commit is contained in:
NicknineTheEagle 2022-10-01 17:44:39 +03:00 committed by GitHub
commit 2a777873aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,6 +235,7 @@ static int parse_musx_stream(STREAMFILE* sf, musx_header* musx) {
break;
case 0x58425F5F: /* "XB__" */
case 0x5842315F: /* "XB1_" */
default_channels = 2;
default_sample_rate = 44100;
musx->codec = DAT;