circuitpython/shared-module/audiomp3
Ben Combee 131b94540e audiomp3: reset decoded_samples when file resets
In testing, I saw that the decoded_samples value kept increasing when I
stopped and restarted playback, as I'd missed setting it back to zero
during the reset operation.
2022-01-02 15:19:25 -06:00
..
MP3Decoder.c audiomp3: reset decoded_samples when file resets 2022-01-02 15:19:25 -06:00
MP3Decoder.h audiomp3: add decoded_samples property 2022-01-01 23:28:43 -06:00
__init__.c audiocore: Add MP3File using Adafruit_MP3 library 2019-12-10 14:03:06 -06:00
__init__.h audiocore: Add MP3File using Adafruit_MP3 library 2019-12-10 14:03:06 -06:00