chmorgan / esp-audio-player

Apache License 2.0
14 stars 5 forks source link

MP3Decode: fixed decode error loop #11

Closed espressif2022 closed 8 months ago

espressif2022 commented 8 months ago

1: Fixed the issue of an endless loop where the frame header is found(MP3FindSyncWord) and parsing errors(MP3Decode).

chmorgan commented 8 months ago

This may be the endless loop others have seen. This looks like a reasonable change.