ESP32-audioI2S
ESP32-audioI2S copied to clipboard
in funtion processWebStream() please add for speech
if(f_tmr_1s && InBuff.bufferFilled() < maxFrameSize && !availableBytes){
if(m_f_tts){stopSong();return;} else { cnt_slow ++; if(cnt_slow > 50){cnt_slow = 0; f_tmr_1s = false; AUDIO_INFO("slow stream, dropouts are possible");} } }
sorry, wrong streamtype It should work now, thanks for the tip
perfect now, thank you..
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.