bnk-extract icon indicating copy to clipboard operation
bnk-extract copied to clipboard

bnk-extract

Build depends on the libogg and libvorbis libraries, which are not included and must be installed manually (e.g. sudo apt install libogg-dev libvorbis-dev).

Shoutouts to the original creators of ww2ogg and revorb, which I use in a modified version for this program (they are included in their respective subfolders).

Linux systems and mingw should be able to build out-of-the-box using a simple make (after installing the needed packages). If the compilation fails, try compiling dynamically instead of statically (I've had troubles with the static libvorbis package on linux).