Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 

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

Resources

License

Releases

No releases published

Packages

No packages published