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 mostly 0 in iPhone 14 and later. #95

Open manish3008 opened 4 months ago

manish3008 commented 4 months ago

listener = stream?.listen((value) { log(value.toString()); _audioStream!.add(value); });

when I am printing values for iPhone 11, 12 and 13 , it is working fine as I am getting values between 0 t0 255,but with same code when running in iPhone 14 and 15, I am getting mostly 0.