xoreos
0.0.5
|
Decoding RIFF WAVE (Resource Interchange File Format Waveform). More...
#include "src/common/error.h"
#include "src/common/util.h"
#include "src/common/strutil.h"
#include "src/common/readstream.h"
#include "src/sound/audiostream.h"
#include "src/sound/decoders/wave.h"
#include "src/sound/decoders/adpcm.h"
#include "src/sound/decoders/pcm.h"
#include "src/sound/decoders/wave_types.h"
Go to the source code of this file.
Namespaces | |
Sound | |
Functions | |
RewindableAudioStream * | Sound::makeWAVStream (Common::SeekableReadStream *stream, bool disposeAfterUse) |
Try to load a WAVE from the given seekable stream and create an AudioStream from that data. More... | |
Decoding RIFF WAVE (Resource Interchange File Format Waveform).
Definition in file wave.cpp.