espp/codec

0.21.0

uploaded 1 day ago
Audio Codec component for ESP-IDF

readme

# Codec (Audio) Component

The `codec` component contains a couple audio codec components copied and
modified from [esp-adf](https://github.com/espressif/esp-adf), specifically from
the
[esp_codec_dev](https://github.com/espressif/esp-adf/tree/master/components/esp_codec_dev)
component.

It supports the following components:
- es7210 microphone input
- es8311 audio output
- es8388 audio output

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.

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/codec^0.21.0"

or download archive

Stats

  • Archive size
    Archive size ~ 24.43 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espp/codec version: 0.21.0
|