Closed nfriedly closed 6 years ago
BTW, I did a bit of work towards this on https://github.com/nfriedly/Adafruit_VS1053_Library/commit/951ed43d9b0e909a6f641863bc0946ed05290d55 but I'm not very happy with the results so far. It can play streaming audio, but it's super-choppy (at least on my crappy internet connection), and I had to comment out anything that read from the SD card to make it compile. So no pull requests yet...
arduino/Arduino#1942 has been fixed by now, so this one is probably obsolete?
I would hope so, although I'm out on a work trip, so it's going to be more than a week before I can test anything. Since this has gone more than 2 years with no activity, though, let's just close it. Either it works or we can open a new ticket.
thanks!
Any time I try to compile a sketch that uses both this lib and the Arduio Yun Bridge library, I get a stack of errors (full output below).
I think this is actually an Arduino bug (https://github.com/arduino/Arduino/issues/1942) but I'm hoping that maybe we can put a workaround into this library, at least until the root issue is resolved.
I'm happy to put in some work, but I'm not sure what the best way to handle this is. Do you think something like https://github.com/freetronics/FTOLED/commit/7f4476ff19544da09904c94cb0b462eed094c5e5 is reasonable?