Go to the documentation of this file.
21 #ifndef SOUND_INPUTSTREAM_H
22 #define SOUND_INPUTSTREAM_H
24 #include <boost/cstdint.hpp>
71 virtual unsigned int fetchSamples(boost::int16_t* to,
unsigned int nSamples)=0;
83 virtual bool eof()
const=0;
93 #endif // SOUND_INPUTSTREAM_H