hcs64 / ww2ogg

Convert AudioKinetic Wwise RIFF/RIFX Vorbis to standard Ogg Vorbis
BSD 3-Clause "New" or "Revised" License
330 stars 39 forks source link

Parse error: chunk trancated #16

Closed ivanychag closed 4 years ago

ivanychag commented 4 years ago

I'm geting this error when trying to convert wem files. Is there a solution to resolve?

hcs64 commented 4 years ago

This commonly happens when you've extracted only the memory resident header of a sound, the bulk of the data is streamed from another file somewhere. Try looking around for that.