Just returns a constant value.
More...
#include <SoundGenerator.h>
|
virtual AudioInfo | audioInfo () |
| Provides the AudioInfo.
|
|
bool | begin () override |
| Starts the generation of samples.
|
|
virtual bool | begin (AudioInfo info) |
|
virtual AudioInfo | defaultConfig () |
| Provides the default configuration.
|
|
virtual void | end () |
| ends the processing
|
|
virtual bool | isActive () |
|
bool | isRunning () |
|
virtual size_t | readBytes (uint8_t *data, size_t len) |
| Provides the data as byte array with the requested number of channels.
|
|
T | readSample () override |
| Provides a single sample.
|
|
virtual void | setAudioInfo (AudioInfo info) |
| Defines/updates the AudioInfo.
|
|
virtual void | setFrequency (float frequency) |
| Abstract method: not implemented! Just provides an error message...
|
|
void | setValue (T value) |
|
|
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 |
|
bool | is_running = false |
|
RingBuffer< uint8_t > | ring_buffer {0} |
|
T | value_return = 0 |
|
T | value_set = 0 |
|
template<class T>
class audio_tools::GeneratorFixedValue< T >
Just returns a constant value.
- 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: