Generator which combines (mixes) multiple sound generators into one output.
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) |
|
template<class T>
class audio_tools::GeneratorMixer< T >
Generator which combines (mixes) multiple sound generators into one output.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
- Template Parameters
-
◆ isActive()
virtual bool isActive |
( |
| ) |
|
|
inlinevirtualinherited |
Checks if the begin method has been called - after end() isActive returns false
The documentation for this class was generated from the following file: