Extracts Vorbis samples from FMOD Soundbank files version 5 (FSB5).
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
# Optionally to run tests
# make test
./src/extractor container.fsb --destination existing_directory
On Ubuntu required dependencies can be installed with command:
sudo aptitude install \
cmake \
g++ \
libboost-dev \
libboost-filesystem-dev \
libboost-iostreams-dev \
libboost-system-dev \
libgoogle-glog-dev \
libgtest-dev \
libogg-dev \
libvorbis-dev \
make \
GPL3, see LICENSE file for details.