Ignore:
Timestamp:
May 8, 2021, 3:44:24 AM (4 years ago)
Author:
geyser
Message:

Fixed importing of "fact" chunk, as well as an unhandled fatal when attempting to transcode IMA4 to MS ADPCM. Also added missing padding to SNDD template and fixed the duration calculation for WAV-to-SNDD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OniSplit/Sound/AifImporter.cs

    r1114 r1156  
    5353                writer.Write(aif.SoundData.Length);
    5454                writer.Write(WriteRawPart(aif.SoundData));
     55                writer.Skip(8);
    5556            }
    5657                }
Note: See TracChangeset for help on using the changeset viewer.