anarchuser / mic_stream

Flutter plugin to get an infinite audio stream from the microphone
https://pub.dev/packages/mic_stream
GNU General Public License v3.0
100 stars 68 forks source link

Mic stream returns empty data ([0,0,0,0,...] after certain time on IOS #90

Open jtdLab opened 8 months ago

jtdLab commented 8 months ago

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.

anarchuser commented 8 months ago

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.