Dump T6 sound PCM data as wav

This commit is contained in:
Jan
2023-10-26 22:54:20 +02:00
parent 8c2bb09b28
commit 51899d4a69
5 changed files with 133 additions and 41 deletions

View File

@ -38,8 +38,8 @@ struct SoundAssetBankEntry
unsigned int size;
unsigned int offset;
unsigned int frameCount;
char frameRateIndex;
char channelCount;
char looping;
char format;
unsigned char frameRateIndex;
unsigned char channelCount;
unsigned char looping;
unsigned char format;
};