ESP32-audioI2S
ESP32-audioI2S copied to clipboard
Play mp3 files from SD via I2S
Hi I have tried to build https://github.com/schreibfaul1/ESP32-audioI2S/tree/master/examples/Internal%20DAC But no audio output, Please help. #include "Arduino.h" #include "WiFiMulti.h" #include "Audio.h" Audio audio(true, 3); WiFiMulti wifiMulti; String ssid = "J234353"; String password...
Hi, thank you very much for your work. But I can't get it to work with m3u8 radios Specifically this one http://one.stweb.tv/one/live/playlist.m3u8 I'm using a XIAO ESP32-S3
My programming skills are so poor that I really can’t do it (灬ꈍ ꈍ灬). Here is the relevant document: https://www.volcengine.com/docs/6561/79823 I will pay you a certain amount of compensation. Thank...
2 days work, but still not working .... and forgive my english... `/** * @file sdcard.ino * @author SeanKwok ([email protected]) * @brief M5CoreS3 MicroSD Card Test * @version 0.1 *...
I Want to mix the sonud.
Hello, I’m currently using the esp32-audioI2S library, and I was wondering if it’s possible to store audio data in PSRAM instead of using an SD card module. Questions: Is there...
ESP32 S3 Zero always rebooting when trying to play some MP3 files. Most likely this is related to mp3 codecs or mp3 container settings. After recoding files, they were able...
this is my platformio.ini [env:esp32-s3-devkitc-1] platform = https://github.com/platformio/platform-espressif32.git board = esp32-s3-devkitc-1 framework = arduino upload_speed = 2000000 upload_port = COM9 monitor_speed = 115200 monitor_port = COM9 board_build.flash_mode = qio board_build.arduino.memory_type...
Hello, I’ve added the following macros to the compilation process to disable unnecessary audio decoders: AUDIO_I2S_DISABLE_AAC_DECODER AUDIO_I2S_DISABLE_FLAC_DECODER AUDIO_I2S_DISABLE_MP3_DECODER AUDIO_I2S_DISABLE_OPUS_DECODER AUDIO_I2S_DISABLE_VORBIS_DECODER In my specific use case, I only need the MP3...