Search found 1 match
- Sun Oct 16, 2022 10:21 am
- Forum: ESP32 Arduino
- Topic: I'm looking for an example for I2S
- Replies: 2
- Views: 3135
I'm looking for an example for I2S
I want to play sound from an progmem array using max98357 using I2S. In the basic example with the driver/i2s.h library, there is only reading from an external ADC, but I need to write to an external DAC. Examples from the ESP8266Audio library are very heavy, take a very long time to compile and oft...