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
2.01k stars 432 forks source link

allow passing number of buffers to AudioOutputI2SNoDAC constructor #521

Open RomanLut opened 2 years ago

RomanLut commented 2 years ago

1) Allow passing number of DMA buffers to AudioOutputI2SNoDac constructor 2) Pass correct type for "output_mode"

Existing code is not affected.