|
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) | |
| bool | begin (AudioInfo info, bool isDynamic=false) |
| bool | begin (int channels, int bitsPerSample, bool isDynamic=false) |
| size_t | convert (uint8_t *src, size_t size) override |
| void | end () |
Protected Attributes | |
| int | bits_per_sample = 0 |
| int | channels = 0 |
| BaseConverter * | p_converter = nullptr |
Makes sure that the avg of the signal is set to 0.
|
inlineoverridevirtual |
Implements BaseConverter.