/fsb-vorbis-extractor

FSB Vorbis Extractor

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

FSB Vorbis Extractor

Extracts Vorbis samples from FMOD Soundbank files version 5 (FSB5).

Building and running

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
# Optionally to run tests
# make test

./src/extractor container.fsb --destination existing_directory

Dependencies

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 \

License

GPL3, see LICENSE file for details.