ysak-y / flutter_audio_capture

Package to capture audio stream buffer for flutter
MIT License
21 stars 28 forks source link

Error on versions below Android 9 (API 28) #20

Open Seferi opened 1 year ago

Seferi commented 1 year ago

Hi there, first of all thanks for the great package. I have a small app where I use your package, app works on iOS & Android 10 and above without any problems. But Android 9 and below, I'm getting this error on the screenshot:

Screenshot 2023-01-01 at 10 58 17

I'd appreciate if you could help. Thanks in advance.

ysak-y commented 1 year ago

Hi, thank you for your feedback @Seferi !! At first, could you please more information of this error?

Thanks for your help. It seems library just attempting to refer to the index that doesn't exist on actual array. So I guess it can be resolved in easy.

Seferi commented 1 year ago

Thanks for the quick reply.

I'm guessing it's emulator related.