Thealexbarney / VGAudio

A library for encoding, decoding, and manipulating audio files from video games.
MIT License
219 stars 37 forks source link

how to convert wav to hca or awb #106

Closed Token713 closed 5 years ago

Token713 commented 5 years ago

if a hca encrypted with a custon key,use vgmstream can decod,does it show that encode is feasible? If possible,what is the convert command ,such as convert aaa.wav to bbb.hca(encrypted with a custon key).

bxaimc commented 5 years ago

You can’t make encrypted HCAs with this. Only with CRIWare’s official tools. Also, why the need to encrypt HCAs? The in-game decoder should be able to tell the difference between a crypto’d and a plain one.

Thealexbarney commented 5 years ago

Added in e6e0700