Re: What did that update give ;o
The listed sound effect file is indeed a new format - the filetype field used to be 0 for ADPCM (same encoding as music files) and 1 for pure PCM data.
The crashing file has that field set to 3; probably the same format as that .at3 music file. Regardless of whether or not this is ATRAC-3, it'll take a little while to add support for this format.
For now I'll update POLUtils (and foo_pol) to complain if the file type field is not 0 or 1.
The listed sound effect file is indeed a new format - the filetype field used to be 0 for ADPCM (same encoding as music files) and 1 for pure PCM data.
The crashing file has that field set to 3; probably the same format as that .at3 music file. Regardless of whether or not this is ATRAC-3, it'll take a little while to add support for this format.
For now I'll update POLUtils (and foo_pol) to complain if the file type field is not 0 or 1.
Comment