#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition Audaspace.h:119
#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
ResampleQuality
Resampling algorithm and quality.
Definition Specification.h:88
@ HIGH
JOS resample at medium quality preset.
This sound creates a resampling reader that does Julius O.
Definition JOSResample.h:33
JOSResample(std::shared_ptr< ISound > sound, DeviceSpecs specs, ResampleQuality quality=ResampleQuality::HIGH)
Creates a new sound.
virtual std::shared_ptr< IReader > createReader()
Creates a reader for playback of the sound source.
This sound is a base class for all mixer factories.
Definition SpecsChanger.h:34
Specification of a sound device.
Definition Specification.h:129