earlephilhower / ESP8266Audio

Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
GNU General Public License v3.0
1.98k stars 432 forks source link

Add ability to SwapClocks(bool) on I2S. RP2040 only. Partially fixes #638 #639

Closed nils-trubkin closed 1 year ago

nils-trubkin commented 1 year ago

This PR partially fixes Issue 638 It only implements the logic for rp2040, as I do not have the other boards, but it should be similar to do.