summaryrefslogtreecommitdiff
path: root/shared-bindings/audiomp3
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-08-07Modify some Python stubsTaku Fukada
2020-07-27Fix several type hintsTaku Fukada
2020-07-03Made every init return Nonedherrada
2020-07-03Made most of the requested changesdherrada
2020-07-02Changed unions to ReadableBuffer and WriteableBufferdherrada
2020-07-02Removed all 'self, )'dherrada
2020-07-02Made suggested changesdherrada
2020-07-02Changed bytearray to a uniondherrada
2020-07-02Added type hints to audiomp3dherrada
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-04-30Did audioio, audiomixer, audiomp3dherrada
2020-04-28Fixed some more whitespacedherrada
2020-04-27Added inline pyi to audiomp3dherrada
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