schreibfaul1 / ESP32-MiniWebRadio

Internetradio with ESP32, I2S DAC and SPI TFT Display with Touchpad

Home Page:https://www.youtube.com/watch?v=6QbPee2583o

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After a correction in the I2S library, some stations play slower.

hevet opened this issue · comments

It is about
schreibfaul1/ESP32-audioI2S@1ed56d0#diff-6033949d768051c96b2a380edec84a3e1cbe58b3a94e41aae408c6a8f8bbc2b2

Station examples:
http://ic1.smcdn.pl/5380-1.mp3
https://ic2.smcdn.pl/3990-1.mp3

For example, after one song, the difference in relation to the stream played via the browser is a few or a dozen or so seconds. This can be compared to dragging like a cassette tape. After removing this fix, the stations play correctly.

It is probably essential to deactivate I2S before changing the sample rate in IDF >= V5. I have undone the last change. Thanks for your advice.