xoreos
0.0.5
|
An audio stream interleaving several other audio streams. More...
#include <vector>
Go to the source code of this file.
Namespaces | |
Sound | |
Functions | |
AudioStream * | Sound::makeInterleaver (int rate, const std::vector< AudioStream * > &streams, bool disposeAfterUse=true) |
Takes several input audio streams and interleaves the sample data to create an audio stream with x channels, where x is the summation of the channels in all input streams. More... | |
An audio stream interleaving several other audio streams.
Definition in file interleaver.h.