hcs64 / ww2ogg

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

Inverse? #20

Closed isobellavt closed 3 years ago

isobellavt commented 3 years ago

I know this is an old project, but, is there any chance of making the inverse? Converting a .ogg to a .wem?

hcs64 commented 3 years ago

No, that would be out of scope for this project. Additionally, it could only ever work on a very limited range of input Oggs, as the Wwise encoding uses a particular set of codebooks (which might be everything possible for a given encoder, but I'm not sure). It should be possible to use the Wwise SDK to get files in the right format.