circuitpython/shared-module/audiomp3
Jeff Epler 91a1706160 MP3: look harder for frame info
Apparently sometimes, a proper "frame info" block is not found after
a "sync word".  Keep looking for one as needed, instead of giving up
after one try.

This was one reason that the "bartlebeats" mp3s would not play.
2019-12-13 18:31:12 -06:00
..
MP3File.c MP3: look harder for frame info 2019-12-13 18:31:12 -06:00
MP3File.h MP3File: Fix stereo playback on samd AudioOut 2019-12-12 08:44:15 -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