Replies: 3 comments 3 replies
-
It happens to me too, on this very stream : https://strm112.1.fm/brazilianbirds_mobile_mp3 Two important things to notice about this stream :
Other than that, the Audio::loop() method is fired each 5ms (approx) and the PSRAM buffer is 2MB (overkill ?) Am I missing something here ? @schuh8 , how "heavy" is your stream to decode compared to the one I gave the URL to ? |
Beta Was this translation helpful? Give feedback.
-
Little confused on that one. I have another homemade Internet Radio based on a ESP32 with a VS1053 and have no problems with dropouts on the literally hundreds of stations that I've tried. Maybe the VS1053 has some sort of built in buffer ?? However not using a VS1053 makes for a more compact radio with lesser current draw. |
Beta Was this translation helpful? Give feedback.
-
I'm joining this thread, because of having the same dropouts problems as you guys :-( The dropouts happening with 64kbit, 128kbit, 192kbit and different sample rates starting from 24000. My sketch is based on @schreibfaul1 ESP32_audioIS example sketch. Audiooutput goes via I2S -> PCM5102 -> Headphone While I'm testing there is no LCD Display code active. Here are some log outputs:
Example 1: A mid quality stream:
Example 2: A low quality stream:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have built an internet radio based on the example code but on a TTGO T-display board. While it does seem to work I get a lot of dropouts with the serial message "stream to slow, dropouts possible". It would seem that too fast a stream, not too slow a stream would have dropout problems..The station is the BBC world service which works fine on another homebuilt IR based on the Heltec WIFI Kit 32 board with a VS1053 doing the decoding. Obviously the internet connection is fine. So is this a problem with the TTGO board or a basic fault of the Audio.h library? Thanks for any help you can offer.....
Beta Was this translation helpful? Give feedback.
All reactions