mic_stream
mic_stream copied to clipboard
Mic stream returns empty data ([0,0,0,0,...] after certain time on IOS
The first 5- 20 minutes with multiple start/stops of micstream the microphone data is successfully delivered to my IOS Flutter app but after certain time of not starting micstream again and waiting the stream returns [0,0,0,0,0,..] frames and can not be recovered to emit actual audio data again without closing the app an restarting it.
Thank you for reporting the issue. I cannot provide any Support for iOS though. If you or anyone else wants to look into this issue themselves I'm more than happy to help as far as I can. The codebase isn't all too complex.