|
arduino-audio-tools
|
converter which does a fade out or fade in. More...
#include <Fade.h>
Public Member Functions | |
| FadeConverter (int channels) | |
| virtual size_t | convert (uint8_t *src, size_t size) |
| bool | isFadeComplete () |
| bool | isFadeInActive () |
| bool | isFadeOutActive () |
| void | setChannels (int ch) |
| void | setFadeInActive (bool flag) |
| void | setFadeOutActive (bool flag) |
Protected Attributes | |
| int | channels = 0 |
| Fade | fade |
converter which does a fade out or fade in.
| T |
|
inline |
Implements BaseConverter.