xoreos
0.0.5
|
#include <boost/noncopyable.hpp>
#include "src/common/types.h"
#include "src/common/maths.h"
#include "src/common/error.h"
#include "src/common/util.h"
#include "src/common/strutil.h"
#include "src/common/encoding.h"
#include "src/common/scopedptr.h"
#include "src/common/disposableptr.h"
#include "src/common/bitstream.h"
#include "src/common/bitstreamwriter.h"
#include "src/common/memreadstream.h"
#include "src/common/memwritestream.h"
#include "src/sound/audiostream.h"
#include "src/sound/decoders/wwriffvorbis.h"
#include "src/sound/decoders/wwriffvorbisdata.h"
#include "src/sound/decoders/vorbis.h"
Go to the source code of this file.
Classes | |
class | Sound::CodebookLibrary |
class | Sound::WwRIFFVorbisStream |
class | Sound::Packet |
Namespaces | |
Sound | |
Functions | |
static size_t | Sound::bookMapType1QuantVals (size_t entries, size_t dimensions) |
static void | Sound::putVorbisString (Common::BitStreamWriter &stream) |
static void | Sound::putVorbisHeader (Common::BitStreamWriter &stream, uint8 type) |
Sound::RewindableAudioStream * | Sound::makeWwRIFFVorbisStream (Common::SeekableReadStream *wwRIFFVorbis, bool disposeAfterUse) |