Audaspace
1.3.0
A high level audio library.
|
Go to the documentation of this file.
65 Fader(std::shared_ptr<ISound> sound,
67 float start = 0.0f,
float length = 1.0f);
FadeType
Fading types.
Definition: FaderReader.h:31
Defines the FaderReader class as well as the two fading types.
This sound fades another sound.
Definition: Fader.h:36
float getLength() const
Returns the fading length.
Fader(std::shared_ptr< ISound > sound, FadeType type=FADE_IN, float start=0.0f, float length=1.0f)
Creates a new fader sound.
virtual std::shared_ptr< IReader > createReader()
Creates a reader for playback of the sound source.
float getStart() const
Returns the fading start.
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition: Audaspace.h:119
This sound is a base class for all effect factories that take one other sound as input.
Definition: Effect.h:34
FadeType getType() const
Returns the fading type.
#define AUD_NAMESPACE_BEGIN
Opens the audaspace namespace aud.
Definition: Audaspace.h:116
#define AUD_API
Used for exporting symbols in the shared library.
Definition: Audaspace.h:93