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
Where can I find the default sample rates? I'm using the below on an ESP32. ``` #include "AudioFileSourceSD.h" #include "AudioOutputULP.h" #include "AudioGeneratorWAV.h" ``` I'm pretty sure it's 8bit per sample....
Hello, I want to use the library in a doorbell repeater. For its own nature, the device plays the same mp3 (from LittleFS) every time it is invoked. Apparently, after...
I can correctly play short MP3 files with the library on a ESP8266 + MAX98357 I2S DAC/Amp. However, I have an issue with longer files (something like 30 sec /...
cant play mp3 from spiffs or stream online. while playing the mp3 esp reboots i increased the sample rate to 8192 same problem i set the cpu freq of esp8266...
Is there any chance of adding a record wav from PWM audio coming for an IO pin(without external DAC) to the SD file? It would need a start/stop function too....
conditions: - 1m away from my router - using localhost mp3 through `python3 -m http.server` results: lots of jittering. actions tried: - increase esp32 cpu frequency - increase AudioFileSourceBuffer buffer...