Base class to define the abstract interface for the sound generating classes.
More...
#include <SoundGenerator.h>
|
size_t | readBytesFrames (uint8_t *buffer, size_t lengthBytes, int frames, int channels) |
|
size_t | readBytesFromBuffer (uint8_t *buffer, size_t lengthBytes, int frame_size, int channels) |
|
|
bool | active = false |
|
bool | activeWarningIssued = false |
|
AudioInfo | info |
|
RingBuffer< uint8_t > | ring_buffer {0} |
|
template<class T>
class audio_tools::SoundGenerator< T >
Base class to define the abstract interface for the sound generating classes.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
- Template Parameters
-
◆ isActive()
virtual bool isActive |
( |
| ) |
|
|
inlinevirtual |
Checks if the begin method has been called - after end() isActive returns false
The documentation for this class was generated from the following file: