The codec
component contains a couple audio codec components copied and
modified from esp-adf, specifically from
the
esp_codec_dev
component.
It supports the following components:
These components needed to be modified to better support defining custom write
and read
functions, to better make use of espp::I2c
and functional
interfaces.
578972c307a99a8a1d9fc7ef2fe5ea6f2dc04e59
idf.py add-dependency "espp/codec^1.0.22"