|
arduino-audio-tools
|
special case for internal DAC output for the ESP32. The incomming PCM buffer needs to be converted from signed 16bit to unsigned More...
#include <BaseConverter.h>
Public Member Functions | |
| ConverterToInternalDACFormat (int channels=2) | |
| size_t | convert (uint8_t *src, size_t byte_count) override |
Protected Attributes | |
| int | channels |
special case for internal DAC output for the ESP32. The incomming PCM buffer needs to be converted from signed 16bit to unsigned
| T |
|
inline |
Implements BaseConverter.