ESP32-audioI2S icon indicating copy to clipboard operation
ESP32-audioI2S copied to clipboard

in funtion processWebStream() please add for speech

Open pavankarney opened this issue 2 years ago • 2 comments

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");} } }

pavankarney avatar Sep 05 '22 04:09 pavankarney

sorry, wrong streamtype It should work now, thanks for the tip

schreibfaul1 avatar Sep 05 '22 19:09 schreibfaul1

perfect now, thank you..

pavankarney avatar Sep 07 '22 11:09 pavankarney

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.

stale[bot] avatar Apr 14 '23 01:04 stale[bot]