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 data providers in cAudio.
Interface for factories that create Audio Decoders for cAudio.
IAudioDecoder * CreateAudioDecoder(IDataSource *stream)
Returns an audio decoder.
Interface for all Audio Decoders in cAudio.
AudioFormats
Enumeration of audio formats supported by the engine.
Main namespace for the entire cAudio library.