xoreos
0.0.5
|
Decoding AAC. More...
#include <cstring>
#include <neaacdec.h>
#include <boost/scoped_array.hpp>
#include "src/common/scopedptr.h"
#include "src/common/disposableptr.h"
#include "src/common/error.h"
#include "src/common/memreadstream.h"
#include "src/sound/audiostream.h"
#include "src/sound/decoders/aac.h"
#include "src/sound/decoders/pcm.h"
Go to the source code of this file.
Classes | |
class | Sound::AACDecoder |
Namespaces | |
Sound | |
Functions | |
PacketizedAudioStream * | Sound::makeAACStream (Common::SeekableReadStream &extraData) |
Create a PacketizedAudioStream that decodes AAC sound. More... | |
Decoding AAC.
Definition in file aac.cpp.