| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-06 | fix doc build error | Jeff Epler | |
| 2020-01-06 | audiomp3: rename to MP3Decoder | Jeff Epler | |
| 2020-01-02 | MP3File: Add rms_level property | Jeff Epler | |
| This lets a music player show it vu-meter style | |||
| 2019-12-23 | MP3File: Add a settable ".file" property | Jeff Epler | |
| This enables jeplayer to allocate just one MP3File at startup, rather than have to make repeated large allocations while the application is running. The buffers have to be allocated their theoretical maximum, but that doesn't matter much as all the real-life MP3 files I checked needed that much allocation anyway. | |||
| 2019-12-10 | audiocore: Add MP3File using Adafruit_MP3 library | Jeff Epler | |
