43 volatile size_t m_read;
46 volatile size_t m_write;
69 size_t getReadSize()
const;
71 size_t getWriteSize()
const;
73 size_t read(
data_t* target,
size_t size);
75 size_t write(
data_t* source,
size_t size);
86 void resize(
int size);
94 void assureSize(
int size);
#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:33
float sample_t
Sample type.(float samples)
Definition: Audaspace.h:126
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition: Audaspace.h:119
This class is a simple ring buffer in RAM which is 32 Byte aligned and provides functionality for con...
Definition: RingBuffer.h:36
The main header file of the library defining the namespace and basic data types.