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.99k stars 433 forks source link

API Documentation #602

Open Zipdox2 opened 1 year ago

Zipdox2 commented 1 year ago

Is there any API documentation? I couldn't find a link in the readme, and the code doesn't include any docstrings. I'm having to practically reverse engineer your code to figure out how to use it properly.

duncte123 commented 1 year ago

I've found everything I need in the readme

Zipdox2 commented 1 year ago

There is a bit of confusion around the lifecycle of the objects. How to properly finalize them etc.