Audaspace 1.5.0
A high level audio library.
|
This sound creates a reader that plays silence. More...
#include <Silence.h>
Public Member Functions | |
Silence (SampleRate sampleRate=RATE_48000) | |
Creates a new silence 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 creates a reader that plays silence.
Silence::Silence | ( | SampleRate | sampleRate = RATE_48000 | ) |
Creates a new silence sound.
sampleRate | The target sample rate for playback. |
|
virtual |