73 bool read(
data_t* buffer,
int length);
79 void changeSpecs(
Specs specs);
#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
Specification of a sound source.
Definition: Specification.h:109
virtual void playing(bool playing)=0
This function tells the device, to start or pause playback.
Specification of a sound device.
Definition: Specification.h:119
This device enables to let the user read raw data out of it.
Definition: ReadDevice.h:32
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition: Audaspace.h:119
The software device is a generic device with software mixing.
Definition: SoftwareDevice.h:51
#define AUD_LOCAL
Used for hiding symbols from export in the shared library.
Definition: Audaspace.h:80
The SoftwareDevice class.