|
arduino-audio-tools
|
Increases the channel count. More...
#include <BaseConverter.h>
Public Member Functions | |
| ChannelEnhancer ()=default | |
| 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 = 0 |
| int | to_channels = 0 |
Increases the channel count.
| T |
|
default |
|
inline |
Determine the size of the conversion result.