8#include "cRawDecoder.h"
9#include "IAudioDecoderFactory.h"
21 return CAUDIO_NEW
cRawDecoder(stream, 22050, EAF_16BIT_MONO);
26 return CAUDIO_NEW
cRawDecoder(stream, frequency, format);
Interface for factories that create Audio Decoders for cAudio.
Interface for all Audio Decoders in cAudio.
Interface for data providers in cAudio.
IAudioDecoder * CreateAudioDecoder(IDataSource *stream)
Returns an audio decoder.
Main namespace for the entire cAudio library.
AudioFormats
Enumeration of audio formats supported by the engine.