xoreos  0.0.5
Namespaces | Functions
interleaver.h File Reference

An audio stream interleaving several other audio streams. More...

#include <vector>
Include dependency graph for interleaver.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

An audio stream interleaving several other audio streams.

Definition in file interleaver.h.