ESP32_MP3_Decoder
ESP32_MP3_Decoder copied to clipboard
A internet radio and bluetooth speaker project for the Espressif ESP32
Hello Buddy. I'm using your clone code ( customized buffer size- this version: https://github.com/esa-n/ESP32_MP3_Decoder) maybe there is a similar problem in your code. I need your help to understand what...
Some mp3 file will make the decoder crash. ``` I (6822) http_client: requesting GET /cg.mp3 HTTP/1.0 Host: 192.168.1.9 I (6822) http_client: ... socket send success I (6922) audio_player: Buffer fill...
I don't know why the esp32 bluetooth speaker must be in crash when the module get audio data over 15500 .The ESP32 break down .Can you show me your menuconfig...
**Note: not an actual issue.** It would be nice to have a wiki showing up various compatible hardwares and project derived from your code. Right now I am building a...
I have an error like below when I start aac decoder. I (47596) audio_player: created decoder task: fdkaac_decoder_task E (47596) fdkaac_decoder: malloc failed 88 I (47606) fdkaac_decoder: aac decoder finished
Most notably deprecated functions: **Deprecated functions:** C:/msys32/home/tony/esp/ESP32_MP3_Decoder/components/audio_renderer/audio_renderer.c:133:13: warning: 'i2s_write_bytes' is deprecated [-Wdeprecated-declarations] bytes_written = i2s_write_bytes(renderer_instance->i2s_num, buf, bytes_left, 0); C:/msys32/home/tony/esp/ESP32_MP3_Decoder/components/audio_renderer/audio_renderer.c:182:13: warning: 'i2s_push_sample' is deprecated [-Wdeprecated-declarations] bytes_pushed = i2s_push_sample(renderer_instance->i2s_num, (const char*) &sample,...
I've replicated this excellent project using an ESP32 Dev Board and Adafruit MAX98357A Breakout #3006 such that continuous music streamed from my Android phone to ESP_SPEAKER sounds fine. My issue,...
I think it is better to add some lines like these: void audio_player_start() { renderer_start(); //added-------------- player_instance->media_stream->eof = false; //---------------------- player_instance->command = CMD_START; player_status = RUNNING; } void audio_player_stop() {...
`MONITOR --- WARNING: Serial ports accessed as /dev/tty.* will hang gdb if launched. --- Using /dev/cu.SLAB_USBtoUART instead... --- idf_monitor on /dev/cu.SLAB_USBtoUART 115200 --- --- Quit: Ctrl+] | Menu: Ctrl+T |...
After getting it to work(note: cmd is not gnd...), I was playing around with it and I can't get it to play over bluetooth when the audio mode is set...