| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2020-08-07 | Modify some Python stubs | Taku Fukada | |
| 2020-07-27 | Fix several type hints | Taku Fukada | |
| 2020-07-03 | Made every init return None | dherrada | |
| 2020-07-03 | Made most of the requested changes | dherrada | |
| 2020-07-02 | Changed unions to ReadableBuffer and WriteableBuffer | dherrada | |
| 2020-07-02 | Removed all 'self, )' | dherrada | |
| 2020-07-02 | Made suggested changes | dherrada | |
| 2020-07-02 | Changed bytearray to a union | dherrada | |
| 2020-07-02 | Added type hints to audiomp3 | dherrada | |
| 2020-05-12 | Swap sphinx to autoapi and the inline stubs | Scott Shawcroft | |
| 2020-04-30 | Did audioio, audiomixer, audiomp3 | dherrada | |
| 2020-04-28 | Fixed some more whitespace | dherrada | |
| 2020-04-27 | Added inline pyi to audiomp3 | dherrada | |
| 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 | |
