ESP32 play mp3 #13301
Replies: 4 comments
-
@utiq Unfortunately line 36 is the call to But just from a quick review, I'm nervous about the Either way... add some print-style debugging to the line before and verify that all the variables and points are what you expect. And also whether it's failing on the first iteration or later. |
Beta Was this translation helpful? Give feedback.
-
@utiq Did you find a solution in the end? |
Beta Was this translation helpful? Give feedback.
-
@MATTYGILO I'm using ESP-ADF |
Beta Was this translation helpful? Give feedback.
-
@utiq Thanks. Is it possible for you to share your Micropython C module? I would be incredibly grateful. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just saw this video of this person who was able to play mp3 without a codec chip using an ESP32 module https://www.youtube.com/watch?v=kdKnddqCJbY it seems interesting and I wanted to include it in my project, the problem is that I'm not being able to decode a mp3 file.
He implemented it in Arduino
https://github.com/atomic14/esp32-play-mp3-demo
https://github.com/lieff/minimp3
I'm creating a C module to be able to implement the library, this is my code, it crashes in line 36. What am I doing wrong? 🤔
Beta Was this translation helpful? Give feedback.
All reactions