earlephilhower / ESP8266Audio

Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
GNU General Public License v3.0
2.01k stars 432 forks source link

Missing library for RPi Pico W #563

Closed AgreeDK closed 2 years ago

AgreeDK commented 2 years ago

I have been using your great lib on different esp32 boards and it works fine, now Im trying to use it on the new Raspberry Pi Pico W, but I can't make it work , it can't compile / find 'AudioSourceHTTPStream' which normal use 'HTTPClient.h' for esp32, but I have not been able to find any http client for Rpi Pico W.

Please let me know if Im missing something ? Thx in advance for your help.

earlephilhower commented 2 years ago

Sorry, there is only one of me and many demands on my time. There is no included HTTPClient library yet for the RP2040 core. If you'd like to port the ESP8266 version, that would be awesome, but otherwise you'll have to wait until I get OTA and a few other things written and merged there.