arduino-audio-tools
|
Increases the channel count. More...
#include <BaseConverter.h>
Public Member Functions | |
ChannelEnhancer (int channelCountOfTarget, int channelCountOfSource) | |
size_t | convert (uint8_t *target, uint8_t *src, size_t size) |
size_t | resultSize (size_t inSize) |
Determine the size of the conversion result. | |
void | setSourceChannels (int channelCountOfSource) |
void | setTargetChannels (int channelCountOfTarget) |
Protected Attributes | |
int | from_channels |
int | to_channels |
Increases the channel count.
T |