xoreos  0.0.5
Namespaces | Functions
wave.cpp File Reference

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"
Include dependency graph for wave.cpp:

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...
 

Detailed Description

Decoding RIFF WAVE (Resource Interchange File Format Waveform).

Definition in file wave.cpp.