rudy wrote:Wow that looks fantastic. You are really good.
I bet you could even put a radio selection option on this and stream internet radio with this.
Just added that, too. About 20 minutes to write a HTTP stream based AudioFileSource class and example. It's not the most robust or memory-efficient thing out there, but it works as a proof of concept quite well. Pull it from the GitHub.
The problem, just like the NONOS build, is that there doesn't seem to be enough oomph to stream w/o stuttering at 128K/44.1. SPIFFS or PROGMEM of the same configuration runs like a champ, so it's either WiFi is eating the CPU like mad, or the incoming TCP is being buffered too long or slowly.