xoreos
0.0.5
|
An FMOD SampleBank, found in Dragon Age: Origins as FSB files. More...
#include <cassert>
#include "src/common/error.h"
#include "src/common/util.h"
#include "src/common/strutil.h"
#include "src/common/encoding.h"
#include "src/aurora/resman.h"
#include "src/sound/fmodsamplebank.h"
#include "src/sound/decoders/mp3.h"
#include "src/sound/decoders/adpcm.h"
Go to the source code of this file.
Namespaces | |
Sound | |
Enumerations | |
enum | Sound::SampleFlags { Sound::kSampleFlagMP3 = 0x00000200, Sound::kSampleFlagIMAADPCM = 0x00400000 } |
enum | Sound::HeaderFlags { Sound::kHeaderFlagSimpleInfo = 0x00000002 } |
An FMOD SampleBank, found in Dragon Age: Origins as FSB files.
Definition in file fmodsamplebank.cpp.