22 #ifndef SCI_SOUND_DECODERS_SOL_H 23 #define SCI_SOUND_DECODERS_SOL_H 25 #include "audio/audiostream.h" 26 #include "common/stream.h" 36 template <
bool STEREO,
bool S16BIT,
bool OLDDPCM8>
58 struct { int16 l; int16 r; } _dpcmCarry16;
59 struct { uint8 l; uint8 r; } _dpcmCarry8;
69 int readBuffer(int16 *buffer,
const int numSamples)
override;
70 bool isStereo()
const override;
71 int getRate()
const override;
72 bool endOfData()
const override;
73 bool rewind()
override;
83 #endif // SCI_SOUND_DECODERS_SOL_H Definition: timestamp.h:83
Definition: audiostream.h:212