ESP8266Audio icon indicating copy to clipboard operation
ESP8266Audio copied to clipboard

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

Results 186 ESP8266Audio issues
Sort by recently updated
recently updated
newest added

Addresses #655 and likely others. I tracked down a nasty click sound when using mixer to mix 2 stubs with MP3s , one is an long ongoing background track and...

Hello, I am using mixer to mix 2 stubs with MP3s from an SD card, one is an long ongoing background track and the other is various sound clips played...

Hello! I want to play MP3 from SD Card on RP2040. Can someone help me with it? Examples in library is not working for me.

Hi Very cool project! Are you aware of the open source, AVR based Uzebox games console? It already has its own sound engine but it only has 4K of RAM...

mp3 won't work ``` #include #ifdef ARDUINO_ARCH_RP2040 void setup() {} void loop() {} #else #include "AudioFileSourceSD.h" #include "AudioGeneratorMP3.h" #include "AudioOutputI2SNoDAC.h" //SD Card Pins #define SCK 5 #define MISO 6 #define...

Fix for Issue 627: ESP32 Sound output stopped working with IDF >= 4.2.0

I was wondering if there was any plans to support the ESP32-S3 or if anyone has gotten it to work properly? My setup for the ESP32 works fine, however there...

Hello all! I successfully got `ESP8266Audio` running on my ESP32, and it is outputting a wav file read from an SD card via a `pcm5102` DAC. I need to be...

I need help in an issue; I have develop the code for esp32 to play mp3 file from the sd_mmc using I2S. I believe the esp32 is reading perfectly from...

When I run next file = new AudioFileSourceHTTPStream(url); abort [ 9803][E][WiFiClient.cpp:516] flush(): fail on fd 49, errno: 128, "Socket is not connected" ESP8266Audio\src\AudioFileSourceHTTPStream.cpp [LINE 42] http.begin(client, url); ----> http.begin(url); is...