|
arduino-audio-tools
|
#include <I2SESP32V1.h>
Public Member Functions | |
| virtual bool | changeSampleRate (I2SConfigESP32V1 &cfg, i2s_chan_handle_t &tx_chan, i2s_chan_handle_t &rx_chan) |
| virtual i2s_chan_config_t | getChannelConfig (I2SConfigESP32V1 &cfg)=0 |
| virtual bool | startChannels (I2SConfigESP32V1 &cfg, i2s_chan_handle_t &tx_chan, i2s_chan_handle_t &rx_chan, int txPin, int rxPin)=0 |
Protected Member Functions | |
| int | get_bits_eff (int bits) |
| 24 bits are stored in a 32 bit integer | |
|
inlinevirtual |
Reimplemented in I2SDriverESP32V1::DriverI2S.
|
pure virtual |
Implemented in I2SDriverESP32V1::DriverI2S.
|
pure virtual |
Implemented in I2SDriverESP32V1::DriverI2S.