mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Dump T6 sound PCM data as wav
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user