ESP8266Audio
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
I cant find and answer for this problem in the closed or open issues, the problem is when I use the ESP8266Audio i can't control the esp8266 (NodeMcu 1.0) Built-In...
Hello, Thanks for this project, it's really interesting. One can build a music player from almost nothing. I am using the "no dac" versions. I was able to play mp3...
I'm trying to get 2 MP3s to play at the same time using the mixer, but they either come out very distorted or things crash when playing a second sound....
Hi, I'm studying a way to play wav files for a train model. Already got a prototype running with DFPLayer MP3 Board, but as the space in the train model...
Hallo, there is mentioned in readme that SPI/SD CS pin should be different from GPIO15: https://github.com/earlephilhower/ESP8266Audio#notes-for-using-sd-cards-and-esp8266audio-on-wemos-shields so I changed SPI/SD CS to D4 (GPIO 2), but this also conflicts with...
i was try to create a queuing announcer where when i press ir remote, input the queue number, press OK, it will playback the mp3 files contain the numbers. after...
As of now, HTTP Streams can only use port 80, as the HTTPClient can not parse URLs. This PR would add the function to use different Ports (and more complex...
Hello, This follows the issue #349 opened sooner this day, about the random buffer silence / noise at the beginning of a mp3 play. For what I understand, when reading...
Use `AudioOutputI2S::DOUT = 27;` before creating any instance of `AudioOutputI2S`. If you use I2C as well, do not forget to add pull-up resistors on SDA and SCL lines to avoid...
This seems to solve #128. I tried this again with the example code from #128 and both, the music and the effect, did sound as they should when played at...