xoreos
0.0.5
|
Streaming audio. More...
#include <queue>
#include "src/common/error.h"
#include "src/common/mutex.h"
#include "src/sound/audiostream.h"
Go to the source code of this file.
Classes | |
class | Sound::QueuingAudioStreamImpl |
struct | Sound::QueuingAudioStreamImpl::StreamHolder |
We queue a number of (pointers to) audio stream objects. More... | |
Namespaces | |
Sound | |
Functions | |
AudioStream * | Sound::makeLoopingAudioStream (RewindableAudioStream *stream, size_t loops) |
Wrapper functionality to efficiently create a stream, which might be looped. More... | |
QueuingAudioStream * | Sound::makeQueuingAudioStream (int rate, int channels) |
Factory function for an QueuingAudioStream. More... | |
Streaming audio.
Definition in file audiostream.cpp.