44 std::string m_filename;
49 std::shared_ptr<Buffer> m_buffer;
53 File& operator=(
const File&) =
delete;
61 File(std::string filename);
#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
unsigned char data_t
Sample data type (format samples)
Definition: Audaspace.h:129
This class is a simple buffer in RAM which is 32 Byte aligned and provides resize functionality.
Definition: Buffer.h:34
The File sound tries to read a sound file via all available file inputs that have been registered in ...
Definition: File.h:39
virtual std::shared_ptr< IReader > createReader()
Creates a reader for playback of the sound source.
File(const data_t *buffer, int size)
Creates a new sound.
File(std::string filename)
Creates a new sound.
This class represents a type of sound source and saves the necessary values for it.
Definition: ISound.h:40