summaryrefslogtreecommitdiff
path: root/shared-bindings/audiomp3
AgeCommit message (Collapse)Author
2020-01-06fix doc build errorJeff Epler
2020-01-06audiomp3: rename to MP3DecoderJeff Epler
2020-01-02MP3File: Add rms_level propertyJeff Epler
This lets a music player show it vu-meter style
2019-12-23MP3File: Add a settable ".file" propertyJeff 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-10audiocore: Add MP3File using Adafruit_MP3 libraryJeff Epler