VS1053 ESP32 Microphone or Line Input no data available (streams-vs1053-serial.ino) #2230
-
|
I am using the example at the link below, and am not able to get data from line or microphone audio sources. and so on, forever. The full log is available if helpful. I'm using a generic VS1053 board and a standard ESP32 board, as shown in the attached. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Use the logger of the VS1053 library to figure out what's going on: |
Beta Was this translation helpful? Give feedback.
-
|
The input functionality was not activated in VS1053Config.h for https://github.com/pschatzmann/arduino-vs1053 I committed a correction to have it activated by default. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, logging data! |
Beta Was this translation helpful? Give feedback.

Use the logger of the VS1053 library to figure out what's going on:
Double check that the begin_input_vs1053 is called and that the user code is loaded.