az-123-none / fsb-vorbis-extractor

FSB Vorbis Extractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

FSB Vorbis Extractor

License:GNU General Public License v3.0


Languages

Language:PHP 97.5%Language:C++ 2.4%Language:CMake 0.1%