|
arduino-audio-tools
|
Converter for n Channels which applies the indicated Filter. More...
#include <BaseConverter.h>
Public Member Functions | |
| ConverterNChannels (int channels) | |
| Default Constructor. | |
| ~ConverterNChannels () | |
| Destructor. | |
| size_t | convert (uint8_t *src, size_t size) |
| int | getChannels () |
| void | setFilter (int channel, Filter< FT > *filter) |
| defines the filter for an individual channel - the first channel is 0 | |
Protected Attributes | |
| int | channels |
| Filter< FT > ** | filters = nullptr |
Converter for n Channels which applies the indicated Filter.
| T |
|
inline |
Destructor.
Implements BaseConverter.
defines the filter for an individual channel - the first channel is 0