Replies: 4 comments 4 replies
-
Hi, I also have drop out problems. |
Beta Was this translation helpful? Give feedback.
-
Hi, many thanks for the answer.Can you please advise me were I have to expand the 2s ? |
Beta Was this translation helpful? Give feedback.
-
Ok I understand. Iam going to buy a Wroover and test again with the PSRam. Hopefully anybody knows in the community how to expand the time buffer in the code. |
Beta Was this translation helpful? Give feedback.
-
One can compare the function of the audio buffer with the leaky bucket model. The amount of water that drains from the bucket is predetermined. For an mp3 stream, this is the compression rate and the bit rate. And the mechanism that fills the bucket is the WiFClient in our case. And there is the bottleneck. If the bottom of the bucket becomes visible, in the mp3 example there is less audio data than is likely to fit in an mp3 frame, a warning is issued. The size of the bucket is not decisive, sufficient water must flow. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am using this wonderful library for my radio that i built. Very good job and thanks for sharing it. Too bad that aac+ format is not supported.
Anyway, I have a question. Does anybody know how to set buffering to 1 or 2 seconds for radio connection? This way I would like to resolve the issue with drop outs for poor connection. Maybe someone has already solved this problem?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions