ESP32-audioI2S
ESP32-audioI2S copied to clipboard
Play mp3 files from SD via I2S
hello @schreibfaul1 When I try to reproduce this url the reboot esp Media URL: https://stream-hls.bauermedia.pt/comercial.aac/playlist.m3u8 Log: > [ 66660][V][ssl_client.cpp:324] stop_ssl_socket(): Cleaning SSL connection. > [ 66661][I][Audio.cpp:5861] ts_parsePacket(): parseTS reset >...
ESP-ADF already supports 24-bit I2S streams, can ESP32-AudioI2S also support it if has a large PSRAM buffer?
Hello, i would like to use the i2s libary von Schreibfaul to ensure that the text is announced, but then a web radio station is received (example) (here in setup,...
Thanks for GREAT work and countless hours invested into this unique project. I am receiving raw OPUS packets (~120 byte) on a port of ESP32 every 20ms. Packets are not...
Hi, I'm working on a project that downloads an mp3 audio from web to an ESP32, encoded in base64, and play it. At the moment I'm storing all data to...
When downloading the library in zip format, there is no size for the library when downloading, and the download continues indefinitely , Without actually downloading What is the problem?
This is the code that i've been working on with the esp32 that have 38 pins #include #include #include #include #include #include #include #include #include #include "HX711.h" #include "addons/TokenHelper.h" #include...
My code now based on your 2.1.0 plays ok aac mp3 , but when i try ogg only silence. What is issue? Try stream.funradio.sk:8000/fun128.ogg.m3u info PSRAM found, inputBufferSize: 283615 bytes...
This image: ESP32-audioI2S/additional_info/ESP32_I2S_PCM5102A.JPG shows 5 volts connected to the "VIN" pin on the PCM5102 board, however, the Texas Instruments data sheet says the Vcc supply should be 3.3v, and the...
This isn't a complaint about the project it's just a reflection from an end-user using the library in a non-standard development environment (custom emacs C++ IDE, esp-idf) I think it's...