Alternative – direct download: github.com/bnnm/wwise-unpacker Extract all .wem from a .bnk file python wwise_unpacker.py "C:\Game\Sounds\Init.bnk" This creates a folder with the same name + _extracted , containing .wem files. Extract everything from a whole directory python wwise_unpacker.py --recursive "C:\Game\Sounds" Convert .wem to .ogg (using ww2ogg automatically) If you have ww2ogg.exe in the same folder:
# Clone the repo git clone https://github.com/bnnm/wwise-unpacker.git cd wwise-unpacker pip install -r requirements.txt wwise unpacker
: