We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42ab27 commit 22f06a8Copy full SHA for 22f06a8
src/Audio.cpp
@@ -3,7 +3,7 @@
3
audio.cpp
4
5
Created on: Oct 28.2018 */char audioI2SVers[] ="\
6
- Version 3.4.1i ";
+ Version 3.4.1j ";
7
/* Updated on: Aug 16.2025
8
9
Author: Wolle (schreibfaul1)
@@ -3990,6 +3990,7 @@ void Audio::processWebStreamTS() {
3990
if(m_pwsst.f_chunkFinished ) goto chunkFinished;
3991
if(m_f_chunked && m_pwsst.chunkSize == m_pwsst.byteCounter) {
3992
int cs = getChunkSize(&readedBytes);
3993
+ if(cs == -1) return;
3994
m_pwsst.chunkSize += cs; AUDIO_LOG_DEBUG("cs %i, rb %i", cs, readedBytes);
3995
if(cs == 0){
3996
m_pwsst.f_chunkFinished = true;
0 commit comments