New error when playing MP3 or WAV post latest build - ...src\audioi2s\i2sesp32v1.h : 184 - Invalid channel_format: 3 (using 1) #1665
-
Hi, Since applying the latest build, an error has started to appear when playing MP3 or WAV tracks. They still play OK, so it isnt stopping the system from working. The error in the serial output is:
Parameters
Enable player function
Loop
Like I said thou, everything still works OK, just be nice to know what the issue is and what it is happening as I cant seem to find the root cause? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is not an error but just a warning: If you are using a mono signal this is telling you that I2SChannelSelect::Left is used. |
Beta Was this translation helpful? Give feedback.
This is not an error but just a warning: If you are using a mono signal this is telling you that I2SChannelSelect::Left is used.