/es8388

Primary LanguageC++

Arduino ES8388 Library

This library supports the ES8388 Codec found on the ESP32-A1S and elsewhere.

  • Simply git clone this into your Arduino libraries directory
  • The examples use the Arduino Audio Tools library
  • Only tested on the ESP32 but should work on other architectures

Examples

  • streams_generator_i2s - Generated sine wave on input to i2s
  • streams_i2s_i2s - I2S Input passed through to I2S Output