|
arduino-audio-tools
|
Increasing or decreasing the number of channels. More...
#include <BaseConverter.h>
Public Member Functions | |
| ChannelConverter ()=default | |
| ChannelConverter (int channelCountOfTarget, int channelCountOfSource) | |
| size_t | convert (uint8_t *target, uint8_t *src, size_t size) |
| void | setSourceChannels (int channelCountOfSource) |
| void | setTargetChannels (int channelCountOfTarget) |
Protected Attributes | |
| ChannelEnhancer< T > | enhancer |
| int | from_channels |
| ChannelReducerT< T > | reducer |
| int | to_channels |
Increasing or decreasing the number of channels.
| T |
|
default |
|
inline |
|
protected |
|
protected |