arduino-audio-tools
|
Makes sure that the avg of the signal is set to 0. More...
#include <BaseConverter.h>
Public Member Functions | |
ConverterAutoCenter (AudioInfo info) | |
ConverterAutoCenter (int channels, int bitsPerSample) | |
void | begin (int channels, int bitsPerSample, bool isDynamic=false) |
size_t | convert (uint8_t *src, size_t size) override |
Protected Attributes | |
int | bits_per_sample |
int | channels |
BaseConverter * | p_converter = nullptr |
Makes sure that the avg of the signal is set to 0.