20 #ifndef SOUND_EMBEDSOUND_H
21 #define SOUND_EMBEDSOUND_H
27 #include <boost/thread/mutex.hpp>
28 #include <boost/scoped_ptr.hpp>
79 const boost::uint8_t*
data()
const {
88 const boost::uint8_t*
data(
size_t pos)
const {
90 return _buf->data()+pos;
141 unsigned int inPoint,
unsigned int outPoint,
180 boost::scoped_ptr<SimpleBuffer> _buf;
190 mutable boost::mutex _soundInstancesMutex;
196 #endif // SOUND_EMBEDSOUND_H