Audaspace 1.5.0
A high level audio library.
|
This sound mixes two other factories, playing them the same time. More...
#include <Superpose.h>
Public Member Functions | |
Superpose (std::shared_ptr< ISound > sound1, std::shared_ptr< ISound > sound2) | |
Creates a new superpose sound. | |
virtual std::shared_ptr< IReader > | createReader () |
Creates a reader for playback of the sound source. | |
Public Member Functions inherited from ISound | |
virtual | ~ISound () |
Destroys the sound. | |
This sound mixes two other factories, playing them the same time.
Creates a new superpose sound.
sound1 | The first input sound. |
sound2 | The second input sound. |
|
virtual |