|
arduino-audio-tools
|
We mix all input channels in a datastream. E.g. if we have stereo input data we end up with 2 identical mono channels. More...
#include <BaseConverter.h>
Public Member Functions | |
| ChannelMixer (int channels=2) | |
| virtual size_t | convert (uint8_t *src, size_t size)=0 |
| size_t | convert (uint8_t *target, uint8_t *src, size_t size) |
Protected Attributes | |
| int | channels = 2 |
We mix all input channels in a datastream. E.g. if we have stereo input data we end up with 2 identical mono channels.
| T |