-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sound skipping on just one radio. #116
Comments
It's not really skipping, it looks like it's buffering, but it's not. It looks like something every 500ms. Many Thanks. |
maybe chunked encoding? Also see |
Hey! Thanks for answer. The problem is not the glitches, the web radio plays (for 500ms), no sound (for 500ms), (and then plays again for 500ms) as if it were buffering. Or maybe it is.. In reading the issue. And try the RingBufferDemo.cpp. Maybe even with strong radio signal, something is coming in slowly. I will make a code to bench this. Thanks! Any other suggestions? |
More data: |
After a lot of thought and testing, increased the wifi speed a lot, buffers, etc, nothing worked. Decided to read the datasheet: When i use http://5.135.220.118/128 works fine. I made some mistake in not being able to run at 128 in the beginning. Many Thanks! |
Hey guys!
Using WebRadioDemo;
i try this online radio: http://5.135.220.118/320 The sound keeps skipping; i thought it might be the bitrate.
So I changed the bitrate to 128: http://5.135.220.118/128 And Keeps skipping.
Only with this one does this happen.
Try increase/decrease buffer, nothing.
I the board ESP32, CPU uses very low about 20% core 1.
VS1053 v4 using patch.
Some hint?
Many Thanks!
The text was updated successfully, but these errors were encountered: