Hello,
I'm using the ESP-ADF to play MP3 sounds. During the play, I've the following messages:
D (69659) ADF_BIT_STREAM: length = 252, bytenum = 0, bread = 252
D (69659) ADF_BIT_STREAM: length = 252, bytenum = 252
D (69734) ADF_BIT_STREAM: length = 252, bytenum = 0, bread = 252
D (69734) ADF_BIT_STREAM: length = 252, bytenum = 252
D (69772) ADF_BIT_STREAM: length = 288, bytenum = 0, bread = 288
How can I remove these messages.
Best regards.
Vincent
ADF_BIT_STREAM messages
Re: ADF_BIT_STREAM messages
Hi vgonet
This is because of your project debug level set` ESP_LOG_DEBUG`, please call `esp_log_level_set("*", ESP_LOG_INFO);` in your main entry.
This is because of your project debug level set` ESP_LOG_DEBUG`, please call `esp_log_level_set("*", ESP_LOG_INFO);` in your main entry.
Re: ADF_BIT_STREAM messages
Hi jason.mao,
Thank you very much for your answer.
Best regards
Thank you very much for your answer.
Best regards
Who is online
Users browsing this forum: No registered users and 31 guests